#422016

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

Shades of Brown Pod #422016

Tints of Brown Pod #422016

Color information

#422016 (or 0x422016) is unknown color: approx Brown Pod. HEX triplet: 42, 20 and 16. RGB value is (66,32,22). Sum of RGB (Red+Green+Blue) = 66+32+22=120 (15% of max value = 765). Red value is 66 (26.17% from 255 or 55% from 120); Green value is 32 (12.89% from 255 or 26.67% from 120); Blue value is 22 (8.98% from 255 or 18.33% from 120); Max value from RGB is 66 - color contains mainly: red. Hex color #422016 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422016 is #BDDFE9. Grayscale: #292929. Windows color (decimal): -12443626 or 1450050. OLE color: 1450050.

HSL color Cylindrical-coordinate representation of color #422016: hue angle of 13.64º degrees, saturation: 0.5, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #422016 is Cyan = 0, Magento = 0.52, Yellow = 0.67 and Black (K on CMYK) = 0.74.

Color convert

RGB663222-
CMYK00.520.670.74
HSL13.64º50%17.25%-
HSV(B)13.64º66.67%25.88%-
XYZ2.912.251.04-
YUV41.03117.26145.81-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 55%
GREEN value IS 32 (12.89% from 255) = 26.67%
BLUE value IS 22 (8.98% from 255) = 18.33%
R=55%
G=26.67%
B=18.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.67
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66322200.520.670.7413.645017.25
Hex422016034434Ae3211
Octal1024026064103112166221
Binary100001010000010110011010010000111001010111011001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422016; }

 p { color: rgb(66,32,22); }

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

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

 a { background-color: rgb(66,32,22); }

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

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

 span { border-color: rgb(66,32,22); }

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