#412702

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

Shades of Cocoa Brown #412702

Tints of Cocoa Brown #412702

Color information

#412702 (or 0x412702) is unknown color: approx Cocoa Brown. HEX triplet: 41, 27 and 02. RGB value is (65,39,2). Sum of RGB (Red+Green+Blue) = 65+39+2=106 (14% of max value = 765). Red value is 65 (25.78% from 255 or 61.32% from 106); Green value is 39 (15.62% from 255 or 36.79% from 106); Blue value is 2 (1.17% from 255 or 1.89% from 106); Max value from RGB is 65 - color contains mainly: red. Hex color #412702 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412702 is #BED8FD. Grayscale: #2A2A2A. Windows color (decimal): -12507390 or 141121. OLE color: 141121.

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

Color convert

RGB65392-
CMYK00.400.970.75
HSL35.24º94.03%13.14%-
HSV(B)35.24º96.92%25.49%-
XYZ2.922.580.4-
YUV42.56105.11144.01-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 61.32%
GREEN value IS 39 (15.62% from 255) = 36.79%
BLUE value IS 2 (1.17% from 255) = 1.89%
R=61.32%
G=36.79%
B=1.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.97
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6539200.400.970.7535.2494.0313.14
Hex41272028614B235ed
Octal1014720501411134313615
Binary10000011001111001010001100001100101110001110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412702; }

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

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

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

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

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

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

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

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