Html Css Color HEX #36240C Cocoa Brown

📋 copy color: '#36240C'

red 54 ◦ green 36 ◦ blue 12

#36240C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cocoa Brown #36240C

Tints of Cocoa Brown #36240C

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 value IS 0

 M value IS 0.33

 Y value IS 0.78

 K value IS 0.79

RGB Variations

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

Color information

#36240C (or 0x36240C) is known color: 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

RGB 54 36 12 -
CMYK 0 0.33 0.78 0.79
HSL 34.29º 0.64% 0.13% -
HSV(B) 34.29º 0.78% 0.21% -
XYZ 2.22 2.07 0.63 -
YUV 38.65 112.96 138.95 -
System Red Green Blue C M Y K H S L
Decimal 54 36 12 0 0.33 0.78 0.79 34.29 0.64 0.13
Hex 36 24 C 0 21 4E 4F 22 40 D
Octal 66 44 14 0 41 116 117 42 100 15
Binary 110110 100100 1100 0 100001 1001110 1001111 100010 1000000 1101

Color Harmonies of #36240C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36240C

Black with #36240C

Text Example


Text Example

White with #36240C

Text Example


Text Example

HTML Codes & Css Web 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>