Html Css Color HEX #36240D Cocoa Brown

📋 copy color: '#36240D'

red 54 ◦ green 36 ◦ blue 13

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

Shades of Cocoa Brown #36240D

Tints of Cocoa Brown #36240D

RGB

 RED value IS 54 (21.48% from 255) = 52.43%

 GREEN value IS 36 (14.45% from 255) = 34.95%

 BLUE value IS 13 (5.47% from 255) = 12.62%

R = 52.43%
G = 34.95%
B = 12.62%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.76

 K value IS 0.79

RGB Variations

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

Color information

#36240D (or 0x36240D) is known color: Cocoa Brown. HEX triplet: 36, 24 and 0D. RGB value is (54,36,13). Sum of RGB (Red+Green+Blue) = 54+36+13=103 (13% of max value = 765). Red value is 54 (21.48% from 255 or 52.43% from 103); Green value is 36 (14.45% from 255 or 34.95% from 103); Blue value is 13 (5.47% from 255 or 12.62% from 103); Max value from RGB is 54 - color contains mainly: red. Hex color #36240D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #36240D is #C9DBF2. Grayscale: #262626. Windows color (decimal): -13229043 or 861238. OLE color: 861238.

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

Color convert

RGB 54 36 13 -
CMYK 0 0.33 0.76 0.79
HSL 33.66º 0.61% 0.13% -
HSV(B) 33.66º 0.76% 0.21% -
XYZ 2.22 2.08 0.66 -
YUV 38.76 113.46 138.87 -
System Red Green Blue C M Y K H S L
Decimal 54 36 13 0 0.33 0.76 0.79 33.66 0.61 0.13
Hex 36 24 D 0 21 4C 4F 22 3D D
Octal 66 44 15 0 41 114 117 42 75 15
Binary 110110 100100 1101 0 100001 1001100 1001111 100010 111101 1101

Color Harmonies of #36240D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36240D

Black with #36240D

Text Example


Text Example

White with #36240D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #36240D;
 }
 .AnyTagClassName
 {
   color: #36240D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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