#422113

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

Shades of Brown Pod #422113

Tints of Brown Pod #422113

Color information

#422113 (or 0x422113) is unknown color: approx Brown Pod. HEX triplet: 42, 21 and 13. RGB value is (66,33,19). Sum of RGB (Red+Green+Blue) = 66+33+19=118 (15% of max value = 765). Red value is 66 (26.17% from 255 or 55.93% from 118); Green value is 33 (13.28% from 255 or 27.97% from 118); Blue value is 19 (7.81% from 255 or 16.10% from 118); Max value from RGB is 66 - color contains mainly: red. Hex color #422113 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422113 is #BDDEEC. Grayscale: #292929. Windows color (decimal): -12443373 or 1253698. OLE color: 1253698.

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

Color convert

RGB663319-
CMYK00.50.710.74
HSL17.87º55.29%16.67%-
HSV(B)17.87º71.21%25.88%-
XYZ2.912.290.91-
YUV41.27115.43145.64-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 55.93%
GREEN value IS 33 (13.28% from 255) = 27.97%
BLUE value IS 19 (7.81% from 255) = 16.10%
R=55.93%
G=27.97%
B=16.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.71
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66331900.50.710.7417.8755.2916.67
Hex422113032474A123711
Octal1024123062107112226721
Binary1000010100001100110110010100011110010101001011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422113; }

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

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

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

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

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

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

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

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