Html Css Color HEX #37210C Cocoa Brown

📋 copy color: '#37210C'

red 55 ◦ green 33 ◦ blue 12

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

Shades of Cocoa Brown #37210C

Tints of Cocoa Brown #37210C

RGB

 RED value IS 55 (21.88% from 255) = 55%

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

 BLUE value IS 12 (5.08% from 255) = 12%

R = 55%
G = 33%
B = 12%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.78

 K value IS 0.78

RGB Variations

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

Color information

#37210C (or 0x37210C) is known color: Cocoa Brown. HEX triplet: 37, 21 and 0C. RGB value is (55,33,12). Sum of RGB (Red+Green+Blue) = 55+33+12=100 (13% of max value = 765). Red value is 55 (21.88% from 255 or 55% from 100); Green value is 33 (13.28% from 255 or 33% from 100); Blue value is 12 (5.08% from 255 or 12% from 100); Max value from RGB is 55 - color contains mainly: red. Hex color #37210C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #37210C is #C8DEF3. Grayscale: #252525. Windows color (decimal): -13164276 or 794935. OLE color: 794935.

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

Color convert

RGB 55 33 12 -
CMYK 0 0.4 0.78 0.78
HSL 29.3º 0.64% 0.13% -
HSV(B) 29.3º 0.78% 0.22% -
XYZ 2.19 1.93 0.6 -
YUV 37.18 113.79 140.71 -
System Red Green Blue C M Y K H S L
Decimal 55 33 12 0 0.4 0.78 0.78 29.3 0.64 0.13
Hex 37 21 C 0 28 4E 4E 1D 40 D
Octal 67 41 14 0 50 116 116 35 100 15
Binary 110111 100001 1100 0 101000 1001110 1001110 11101 1000000 1101

Color Harmonies of #37210C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37210C

Black with #37210C

Text Example


Text Example

White with #37210C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,33,12); }

 H1.HeaderClassName
 {
   color: #37210C;
 }
 .AnyTagClassName
 {
   color: #37210C;
 }
</style>

background-color css

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

 a { background-color: rgb(55,33,12); }

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

border-color css

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

 span { border-color: rgb(55,33,12); }

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