#422A00

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

Shades of Cocoa Brown #422A00

Tints of Cocoa Brown #422A00

Color information

#422A00 (or 0x422A00) is unknown color: approx Cocoa Brown. HEX triplet: 42, 2A and 00. RGB value is (66,42,0). Sum of RGB (Red+Green+Blue) = 66+42+0=108 (14% of max value = 765). Red value is 66 (26.17% from 255 or 61.11% from 108); Green value is 42 (16.80% from 255 or 38.89% from 108); Blue value is 0 (0.39% from 255 or 0% from 108); Max value from RGB is 66 - color contains mainly: red. Hex color #422A00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422A00 is #BDD5FF. Grayscale: #2C2C2C. Windows color (decimal): -12441088 or 10818. OLE color: 10818.

HSL color Cylindrical-coordinate representation of color #422A00: hue angle of 38.18º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 1%. Process color model (Four color, CMYK) of #422A00 is Cyan = 0, Magento = 0.36, Yellow = 1 and Black (K on CMYK) = 0.74.

Color convert

RGB66420-
CMYK00.3610.74
HSL38.18º100%12.94%-
HSV(B)38.18º100%25.88%-
XYZ3.072.810.38-
YUV44.39102.95143.42-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 61.11%
GREEN value IS 42 (16.80% from 255) = 38.89%
BLUE value IS 0 (0.39% from 255) = 0%
R=61.11%
G=38.89%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 1
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6642000.3610.7438.1810012.94
Hex422A0024644A2664d
Octal1025200441441124614415
Binary1000010101010001001001100100100101010011011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422A00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422A00; }

 p { color: rgb(66,42,0); }

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

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

 a { background-color: rgb(66,42,0); }

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

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

 span { border-color: rgb(66,42,0); }

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