Html Css Color HEX #37220B Cocoa Brown

📋 copy color: '#37220B'

red 55 ◦ green 34 ◦ blue 11

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

Shades of Cocoa Brown #37220B

Tints of Cocoa Brown #37220B

RGB

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

 GREEN value IS 34 (13.67% from 255) = 34%

 BLUE value IS 11 (4.69% from 255) = 11%

R = 55%
G = 34%
B = 11%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.8

 K value IS 0.78

RGB Variations

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

Color information

#37220B (or 0x37220B) is known color: Cocoa Brown. HEX triplet: 37, 22 and 0B. RGB value is (55,34,11). Sum of RGB (Red+Green+Blue) = 55+34+11=100 (13% of max value = 765). Red value is 55 (21.88% from 255 or 55% from 100); Green value is 34 (13.67% from 255 or 34% from 100); Blue value is 11 (4.69% from 255 or 11% from 100); Max value from RGB is 55 - color contains mainly: red. Hex color #37220B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #37220B is #C8DDF4. Grayscale: #252525. Windows color (decimal): -13164021 or 729655. OLE color: 729655.

HSL color Cylindrical-coordinate representation of color #37220B: hue angle of 31.36º degrees, saturation: 0.67, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #37220B is Cyan = 0, Magento = 0.38, Yellow = 0.8 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 34 11 -
CMYK 0 0.38 0.8 0.78
HSL 31.36º 0.67% 0.13% -
HSV(B) 31.36º 0.8% 0.22% -
XYZ 2.21 1.98 0.58 -
YUV 37.66 112.96 140.37 -
System Red Green Blue C M Y K H S L
Decimal 55 34 11 0 0.38 0.8 0.78 31.36 0.67 0.13
Hex 37 22 B 0 26 50 4E 1F 43 D
Octal 67 42 13 0 46 120 116 37 103 15
Binary 110111 100010 1011 0 100110 1010000 1001110 11111 1000011 1101

Color Harmonies of #37220B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37220B

Black with #37220B

Text Example


Text Example

White with #37220B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37220B; }

 p { color: rgb(55,34,11); }

 H1.HeaderClassName
 {
   color: #37220B;
 }
 .AnyTagClassName
 {
   color: #37220B;
 }
</style>

background-color css

<style>
 a { background-color: #37220B; }

 a { background-color: rgb(55,34,11); }

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

border-color css

<style>
 span { border-color: #37220B; }

 span { border-color: rgb(55,34,11); }

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