#42211D

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

Shades of Brown Pod #42211D

Tints of Brown Pod #42211D

Color information

#42211D (or 0x42211D) is unknown color: approx Brown Pod. HEX triplet: 42, 21 and 1D. RGB value is (66,33,29). Sum of RGB (Red+Green+Blue) = 66+33+29=128 (16% of max value = 765). Red value is 66 (26.17% from 255 or 51.56% from 128); Green value is 33 (13.28% from 255 or 25.78% from 128); Blue value is 29 (11.72% from 255 or 22.66% from 128); Max value from RGB is 66 - color contains mainly: red. Hex color #42211D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42211D is #BDDEE2. Grayscale: #2A2A2A. Windows color (decimal): -12443363 or 1909058. OLE color: 1909058.

HSL color Cylindrical-coordinate representation of color #42211D: hue angle of 6.49º 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 #42211D is Cyan = 0, Magento = 0.5, Yellow = 0.56 and Black (K on CMYK) = 0.74.

Color convert

RGB663329-
CMYK00.50.560.74
HSL6.49º38.95%18.63%-
HSV(B)6.49º56.06%25.88%-
XYZ3.012.331.45-
YUV42.41120.43144.83-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 51.56%
GREEN value IS 33 (13.28% from 255) = 25.78%
BLUE value IS 29 (11.72% from 255) = 22.66%
R=51.56%
G=25.78%
B=22.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.56
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66332900.50.560.746.4938.9518.63
Hex42211D032384A62713
Octal10241350627011264723
Binary1000010100001111010110010111000100101011010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42211D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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