Html Css Color HEX #36210D Cocoa Brown

📋 copy color: '#36210D'

red 54 ◦ green 33 ◦ blue 13

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

Shades of Cocoa Brown #36210D

Tints of Cocoa Brown #36210D

RGB

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

 GREEN value IS 33 (13.28% from 255) = 33%

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

R = 54%
G = 33%
B = 13%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.76

 K value IS 0.79

RGB Variations

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

Color information

#36210D (or 0x36210D) is known color: Cocoa Brown. HEX triplet: 36, 21 and 0D. RGB value is (54,33,13). Sum of RGB (Red+Green+Blue) = 54+33+13=100 (13% of max value = 765). Red value is 54 (21.48% from 255 or 54% from 100); Green value is 33 (13.28% from 255 or 33% from 100); Blue value is 13 (5.47% from 255 or 13% from 100); Max value from RGB is 54 - color contains mainly: red. Hex color #36210D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #36210D is #C9DEF2. Grayscale: #252525. Windows color (decimal): -13229811 or 860470. OLE color: 860470.

HSL color Cylindrical-coordinate representation of color #36210D: hue angle of 29.27º 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 #36210D is Cyan = 0, Magento = 0.39, Yellow = 0.76 and Black (K on CMYK) = 0.79.

Color convert

RGB 54 33 13 -
CMYK 0 0.39 0.76 0.79
HSL 29.27º 0.61% 0.13% -
HSV(B) 29.27º 0.76% 0.21% -
XYZ 2.14 1.9 0.64 -
YUV 37 114.46 140.13 -
System Red Green Blue C M Y K H S L
Decimal 54 33 13 0 0.39 0.76 0.79 29.27 0.61 0.13
Hex 36 21 D 0 27 4C 4F 1D 3D D
Octal 66 41 15 0 47 114 117 35 75 15
Binary 110110 100001 1101 0 100111 1001100 1001111 11101 111101 1101

Color Harmonies of #36210D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36210D

Black with #36210D

Text Example


Text Example

White with #36210D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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