#42271D

Color #42271D Brown Pod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brown Pod #42271D

Tints of Brown Pod #42271D

Color information

#42271D (or 0x42271D) is unknown color: approx Brown Pod. HEX triplet: 42, 27 and 1D. RGB value is (66,39,29). Sum of RGB (Red+Green+Blue) = 66+39+29=134 (17% of max value = 765). Red value is 66 (26.17% from 255 or 49.25% from 134); Green value is 39 (15.62% from 255 or 29.10% from 134); Blue value is 29 (11.72% from 255 or 21.64% from 134); Max value from RGB is 66 - color contains mainly: red. Hex color #42271D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42271D is #BDD8E2. Grayscale: #2E2E2E. Windows color (decimal): -12441827 or 1910594. OLE color: 1910594.

HSL color Cylindrical-coordinate representation of color #42271D: hue angle of 16.22º degrees, saturation: 0.39, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #42271D is Cyan = 0, Magento = 0.41, Yellow = 0.56 and Black (K on CMYK) = 0.74.

Color convert

RGB663929-
CMYK00.410.560.74
HSL16.22º38.95%18.63%-
HSV(B)16.22º56.06%25.88%-
XYZ3.192.71.51-
YUV45.93118.45142.31-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 66 (26.17% from 255) = 49.25%
GREEN value IS 39 (15.62% from 255) = 29.10%
BLUE value IS 29 (11.72% from 255) = 21.64%
R=49.25%
G=29.10%
B=21.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.56
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66392900.410.560.7416.2238.9518.63
Hex42271D029384A102713
Octal102473505170112204723
Binary100001010011111101010100111100010010101000010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42271D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42271D; }

 p { color: rgb(66,39,29); }

 H1.HeaderClassName
 {
   color: #42271D;
 }
 .AnyTagClassName
 {
   color: #42271D;
 }
</style>
background-color css

<style>
 a { background-color: #42271D; }

 a { background-color: rgb(66,39,29); }

 div.DivClassName
 {
   background-color: #42271D;
 }
 .BgClassName
 {
   background-color: #42271D;
 }
</style>
border-color css

<style>
 span { border-color: #42271D; }

 span { border-color: rgb(66,39,29); }

 td.TdClassName
 {
   border-color: #42271D;
 }
 .TagClassName
 {
   border-color: #42271D;
 }
</style>