Html Css Color HEX #372214 Cocoa Brown

📋 copy color: '#372214'

red 55 ◦ green 34 ◦ blue 20

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

Shades of Cocoa Brown #372214

Tints of Cocoa Brown #372214

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 18.35%

R = 50.46%
G = 31.19%
B = 18.35%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.64

 K value IS 0.78

RGB Variations

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

Color information

#372214 (or 0x372214) is known color: Cocoa Brown. HEX triplet: 37, 22 and 14. RGB value is (55,34,20). Sum of RGB (Red+Green+Blue) = 55+34+20=109 (14% of max value = 765). Red value is 55 (21.88% from 255 or 50.46% from 109); Green value is 34 (13.67% from 255 or 31.19% from 109); Blue value is 20 (8.20% from 255 or 18.35% from 109); Max value from RGB is 55 - color contains mainly: red. Hex color #372214 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372214 is #C8DDEB. Grayscale: #262626. Windows color (decimal): -13164012 or 1319479. OLE color: 1319479.

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

Color convert

RGB 55 34 20 -
CMYK 0 0.38 0.64 0.78
HSL 24º 0.47% 0.15% -
HSV(B) 24º 0.64% 0.22% -
XYZ 2.27 2.01 0.93 -
YUV 38.68 117.46 139.64 -
System Red Green Blue C M Y K H S L
Decimal 55 34 20 0 0.38 0.64 0.78 24 0.47 0.15
Hex 37 22 14 0 26 40 4E 18 2F F
Octal 67 42 24 0 46 100 116 30 57 17
Binary 110111 100010 10100 0 100110 1000000 1001110 11000 101111 1111

Color Harmonies of #372214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372214

Black with #372214

Text Example


Text Example

White with #372214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372214; }

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

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

background-color css

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

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

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

border-color css

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

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

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