#36240C

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

Shades of Cocoa Brown #36240C

Tints of Cocoa Brown #36240C

Color information

#36240C (or 0x36240C) is unknown color: approx Cocoa Brown. HEX triplet: 36, 24 and 0C. RGB value is (54,36,12). Sum of RGB (Red+Green+Blue) = 54+36+12=102 (13% of max value = 765). Red value is 54 (21.48% from 255 or 52.94% from 102); Green value is 36 (14.45% from 255 or 35.29% from 102); Blue value is 12 (5.08% from 255 or 11.76% from 102); Max value from RGB is 54 - color contains mainly: red. Hex color #36240C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #36240C is #C9DBF3. Grayscale: #262626. Windows color (decimal): -13229044 or 795702. OLE color: 795702.

HSL color Cylindrical-coordinate representation of color #36240C: hue angle of 34.29º degrees, saturation: 0.64, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #36240C is Cyan = 0, Magento = 0.33, Yellow = 0.78 and Black (K on CMYK) = 0.79.

Color convert

RGB543612-
CMYK00.330.780.79
HSL34.29º63.64%12.94%-
HSV(B)34.29º77.78%21.18%-
XYZ2.222.070.63-
YUV38.65112.96138.95-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 52.94%
GREEN value IS 36 (14.45% from 255) = 35.29%
BLUE value IS 12 (5.08% from 255) = 11.76%
R=52.94%
G=35.29%
B=11.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.78
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54361200.330.780.7934.2963.6412.94
Hex3624C0214E4F2240d
Octal6644140411161174210015
Binary110110100100110001000011001110100111110001010000001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36240C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36240C; }

 p { color: rgb(54,36,12); }

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

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

 a { background-color: rgb(54,36,12); }

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

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

 span { border-color: rgb(54,36,12); }

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