#412300

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

Shades of Cocoa Brown #412300

Tints of Cocoa Brown #412300

Color information

#412300 (or 0x412300) is unknown color: approx Cocoa Brown. HEX triplet: 41, 23 and 00. RGB value is (65,35,0). Sum of RGB (Red+Green+Blue) = 65+35+0=100 (13% of max value = 765). Red value is 65 (25.78% from 255 or 65% from 100); Green value is 35 (14.06% from 255 or 35% from 100); Blue value is 0 (0.39% from 255 or 0% from 100); Max value from RGB is 65 - color contains mainly: red. Hex color #412300 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412300 is #BEDCFF. Grayscale: #282828. Windows color (decimal): -12508416 or 9025. OLE color: 9025.

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

Color convert

RGB65350-
CMYK00.4610.75
HSL32.31º100%12.75%-
HSV(B)32.31º100%25.49%-
XYZ2.782.330.3-
YUV39.98105.44145.85-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 65%
GREEN value IS 35 (14.06% from 255) = 35%
BLUE value IS 0 (0.39% from 255) = 0%
R=65%
G=35%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 1
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6535000.4610.7532.3110012.75
Hex4123002E644B2064d
Octal1014300561441134014415
Binary1000001100011001011101100100100101110000011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412300; }

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

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

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

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

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

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

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

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