#42210F

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

Shades of Brown Pod #42210F

Tints of Brown Pod #42210F

Color information

#42210F (or 0x42210F) is unknown color: approx Brown Pod. HEX triplet: 42, 21 and 0F. RGB value is (66,33,15). Sum of RGB (Red+Green+Blue) = 66+33+15=114 (15% of max value = 765). Red value is 66 (26.17% from 255 or 57.89% from 114); Green value is 33 (13.28% from 255 or 28.95% from 114); Blue value is 15 (6.25% from 255 or 13.16% from 114); Max value from RGB is 66 - color contains mainly: red. Hex color #42210F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #42210F is #BDDEF0. Grayscale: #282828. Windows color (decimal): -12443377 or 991554. OLE color: 991554.

HSL color Cylindrical-coordinate representation of color #42210F: hue angle of 21.18º degrees, saturation: 0.63, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #42210F is Cyan = 0, Magento = 0.5, Yellow = 0.77 and Black (K on CMYK) = 0.74.

Color convert

RGB663315-
CMYK00.50.770.74
HSL21.18º62.96%15.88%-
HSV(B)21.18º77.27%25.88%-
XYZ2.882.280.74-
YUV40.82113.43145.96-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 57.89%
GREEN value IS 33 (13.28% from 255) = 28.95%
BLUE value IS 15 (6.25% from 255) = 13.16%
R=57.89%
G=28.95%
B=13.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.77
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66331500.50.770.7421.1862.9615.88
Hex4221F0324D4A153f10
Octal1024117062115112257720
Binary100001010000111110110010100110110010101010111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42210F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42210F; }

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

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

<style>
 a { background-color: #42210F; }

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

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

<style>
 span { border-color: #42210F; }

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

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