#412900

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

Shades of Cocoa Brown #412900

Tints of Cocoa Brown #412900

Color information

#412900 (or 0x412900) is unknown color: approx Cocoa Brown. HEX triplet: 41, 29 and 00. RGB value is (65,41,0). Sum of RGB (Red+Green+Blue) = 65+41+0=106 (14% of max value = 765). Red value is 65 (25.78% from 255 or 61.32% from 106); Green value is 41 (16.41% from 255 or 38.68% from 106); Blue value is 0 (0.39% from 255 or 0% from 106); Max value from RGB is 65 - color contains mainly: red. Hex color #412900 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412900 is #BED6FF. Grayscale: #2B2B2B. Windows color (decimal): -12506880 or 10561. OLE color: 10561.

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

Color convert

RGB65410-
CMYK00.3710.75
HSL37.85º100%12.75%-
HSV(B)37.85º100%25.49%-
XYZ2.972.710.37-
YUV43.5103.45143.33-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 61.32%
GREEN value IS 41 (16.41% from 255) = 38.68%
BLUE value IS 0 (0.39% from 255) = 0%
R=61.32%
G=38.68%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 1
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6541000.3710.7537.8510012.75
Hex41290025644B2664d
Octal1015100451441134614415
Binary1000001101001001001011100100100101110011011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412900; }

 p { color: rgb(65,41,0); }

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

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

 a { background-color: rgb(65,41,0); }

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

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

 span { border-color: rgb(65,41,0); }

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