Html Css Color HEX #372514 Cocoa Brown

📋 copy color: '#372514'

red 55 ◦ green 37 ◦ blue 20

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

Shades of Cocoa Brown #372514

Tints of Cocoa Brown #372514

RGB

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

 GREEN value IS 37 (14.84% from 255) = 33.04%

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

R = 49.11%
G = 33.04%
B = 17.86%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.64

 K value IS 0.78

RGB Variations

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

Color information

#372514 (or 0x372514) is known color: Cocoa Brown. HEX triplet: 37, 25 and 14. RGB value is (55,37,20). Sum of RGB (Red+Green+Blue) = 55+37+20=112 (14% of max value = 765). Red value is 55 (21.88% from 255 or 49.11% from 112); Green value is 37 (14.84% from 255 or 33.04% from 112); Blue value is 20 (8.20% from 255 or 17.86% from 112); Max value from RGB is 55 - color contains mainly: red. Hex color #372514 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372514 is #C8DAEB. Grayscale: #282828. Windows color (decimal): -13163244 or 1320247. OLE color: 1320247.

HSL color Cylindrical-coordinate representation of color #372514: hue angle of 29.14º 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 #372514 is Cyan = 0, Magento = 0.33, Yellow = 0.64 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 37 20 -
CMYK 0 0.33 0.64 0.78
HSL 29.14º 0.47% 0.15% -
HSV(B) 29.14º 0.64% 0.22% -
XYZ 2.36 2.19 0.96 -
YUV 40.44 116.46 138.38 -
System Red Green Blue C M Y K H S L
Decimal 55 37 20 0 0.33 0.64 0.78 29.14 0.47 0.15
Hex 37 25 14 0 21 40 4E 1D 2F F
Octal 67 45 24 0 41 100 116 35 57 17
Binary 110111 100101 10100 0 100001 1000000 1001110 11101 101111 1111

Color Harmonies of #372514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372514

Black with #372514

Text Example


Text Example

White with #372514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372514; }

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

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

background-color css

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

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

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

border-color css

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

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

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