#422702

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

Shades of Cocoa Brown #422702

Tints of Cocoa Brown #422702

Color information

#422702 (or 0x422702) is unknown color: approx Cocoa Brown. HEX triplet: 42, 27 and 02. RGB value is (66,39,2). Sum of RGB (Red+Green+Blue) = 66+39+2=107 (14% of max value = 765). Red value is 66 (26.17% from 255 or 61.68% from 107); Green value is 39 (15.62% from 255 or 36.45% from 107); Blue value is 2 (1.17% from 255 or 1.87% from 107); Max value from RGB is 66 - color contains mainly: red. Hex color #422702 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422702 is #BDD8FD. Grayscale: #2B2B2B. Windows color (decimal): -12441854 or 141122. OLE color: 141122.

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

Color convert

RGB66392-
CMYK00.410.970.74
HSL34.69º94.12%13.33%-
HSV(B)34.69º96.97%25.88%-
XYZ2.982.610.4-
YUV42.86104.95144.51-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 61.68%
GREEN value IS 39 (15.62% from 255) = 36.45%
BLUE value IS 2 (1.17% from 255) = 1.87%
R=61.68%
G=36.45%
B=1.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.97
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6639200.410.970.7434.6994.1213.33
Hex42272029614A235ed
Octal1024720511411124313615
Binary10000101001111001010011100001100101010001110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422702; }

 p { color: rgb(66,39,2); }

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

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

 a { background-color: rgb(66,39,2); }

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

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

 span { border-color: rgb(66,39,2); }

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