#36230C

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

Shades of Cocoa Brown #36230C

Tints of Cocoa Brown #36230C

Color information

#36230C (or 0x36230C) is unknown color: approx Cocoa Brown. HEX triplet: 36, 23 and 0C. RGB value is (54,35,12). Sum of RGB (Red+Green+Blue) = 54+35+12=101 (13% of max value = 765). Red value is 54 (21.48% from 255 or 53.47% from 101); Green value is 35 (14.06% from 255 or 34.65% from 101); Blue value is 12 (5.08% from 255 or 11.88% from 101); Max value from RGB is 54 - color contains mainly: red. Hex color #36230C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #36230C is #C9DCF3. Grayscale: #262626. Windows color (decimal): -13229300 or 795446. OLE color: 795446.

HSL color Cylindrical-coordinate representation of color #36230C: hue angle of 32.86º 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 #36230C is Cyan = 0, Magento = 0.35, Yellow = 0.78 and Black (K on CMYK) = 0.79.

Color convert

RGB543512-
CMYK00.350.780.79
HSL32.86º63.64%12.94%-
HSV(B)32.86º77.78%21.18%-
XYZ2.192.010.62-
YUV38.06113.29139.37-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 53.47%
GREEN value IS 35 (14.06% from 255) = 34.65%
BLUE value IS 12 (5.08% from 255) = 11.88%
R=53.47%
G=34.65%
B=11.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.78
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54351200.350.780.7932.8663.6412.94
Hex3623C0234E4F2140d
Octal6643140431161174110015
Binary110110100011110001000111001110100111110000110000001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36230C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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