#412602

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

Shades of Cocoa Brown #412602

Tints of Cocoa Brown #412602

Color information

#412602 (or 0x412602) is unknown color: approx Cocoa Brown. HEX triplet: 41, 26 and 02. RGB value is (65,38,2). Sum of RGB (Red+Green+Blue) = 65+38+2=105 (13% of max value = 765). Red value is 65 (25.78% from 255 or 61.90% from 105); Green value is 38 (15.23% from 255 or 36.19% from 105); Blue value is 2 (1.17% from 255 or 1.90% from 105); Max value from RGB is 65 - color contains mainly: red. Hex color #412602 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412602 is #BED9FD. Grayscale: #2A2A2A. Windows color (decimal): -12507646 or 140865. OLE color: 140865.

HSL color Cylindrical-coordinate representation of color #412602: hue angle of 34.29º 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 #412602 is Cyan = 0, Magento = 0.42, Yellow = 0.97 and Black (K on CMYK) = 0.75.

Color convert

RGB65382-
CMYK00.420.970.75
HSL34.29º94.03%13.14%-
HSV(B)34.29º96.92%25.49%-
XYZ2.882.510.39-
YUV41.97105.45144.43-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 61.90%
GREEN value IS 38 (15.23% from 255) = 36.19%
BLUE value IS 2 (1.17% from 255) = 1.90%
R=61.90%
G=36.19%
B=1.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.97
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6538200.420.970.7534.2994.0313.14
Hex4126202A614B225ed
Octal1014620521411134213615
Binary10000011001101001010101100001100101110001010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412602; }

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

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

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

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

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

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

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

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