Html Css Color HEX #37210E Cocoa Brown

📋 copy color: '#37210E'

red 55 ◦ green 33 ◦ blue 14

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

Shades of Cocoa Brown #37210E

Tints of Cocoa Brown #37210E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 13.73%

R = 53.92%
G = 32.35%
B = 13.73%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.75

 K value IS 0.78

RGB Variations

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

Color information

#37210E (or 0x37210E) is known color: Cocoa Brown. HEX triplet: 37, 21 and 0E. RGB value is (55,33,14). Sum of RGB (Red+Green+Blue) = 55+33+14=102 (13% of max value = 765). Red value is 55 (21.88% from 255 or 53.92% from 102); Green value is 33 (13.28% from 255 or 32.35% from 102); Blue value is 14 (5.86% from 255 or 13.73% from 102); Max value from RGB is 55 - color contains mainly: red. Hex color #37210E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #37210E is #C8DEF1. Grayscale: #252525. Windows color (decimal): -13164274 or 926007. OLE color: 926007.

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

Color convert

RGB 55 33 14 -
CMYK 0 0.4 0.75 0.78
HSL 27.8º 0.59% 0.14% -
HSV(B) 27.8º 0.75% 0.22% -
XYZ 2.2 1.93 0.67 -
YUV 37.41 114.79 140.54 -
System Red Green Blue C M Y K H S L
Decimal 55 33 14 0 0.4 0.75 0.78 27.8 0.59 0.14
Hex 37 21 E 0 28 4B 4E 1C 3B E
Octal 67 41 16 0 50 113 116 34 73 16
Binary 110111 100001 1110 0 101000 1001011 1001110 11100 111011 1110

Color Harmonies of #37210E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37210E

Black with #37210E

Text Example


Text Example

White with #37210E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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