#412605

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

Shades of Cocoa Brown #412605

Tints of Cocoa Brown #412605

Color information

#412605 (or 0x412605) is unknown color: approx Cocoa Brown. HEX triplet: 41, 26 and 05. RGB value is (65,38,5). Sum of RGB (Red+Green+Blue) = 65+38+5=108 (14% of max value = 765). Red value is 65 (25.78% from 255 or 60.19% from 108); Green value is 38 (15.23% from 255 or 35.19% from 108); Blue value is 5 (2.34% from 255 or 4.63% from 108); Max value from RGB is 65 - color contains mainly: red. Hex color #412605 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412605 is #BED9FA. Grayscale: #2A2A2A. Windows color (decimal): -12507643 or 337473. OLE color: 337473.

HSL color Cylindrical-coordinate representation of color #412605: hue angle of 33º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #412605 is Cyan = 0, Magento = 0.42, Yellow = 0.92 and Black (K on CMYK) = 0.75.

Color convert

RGB65385-
CMYK00.420.920.75
HSL33º85.71%13.73%-
HSV(B)33º92.31%25.49%-
XYZ2.92.520.48-
YUV42.31106.95144.18-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 60.19%
GREEN value IS 38 (15.23% from 255) = 35.19%
BLUE value IS 5 (2.34% from 255) = 4.63%
R=60.19%
G=35.19%
B=4.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.92
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6538500.420.920.753385.7113.73
Hex4126502A5C4B2156e
Octal1014650521341134112616
Binary100000110011010101010101011100100101110000110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412605; }

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

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

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

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

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

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

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

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