#372514

Color #372514 Cocoa Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cocoa Brown #372514

Tints of Cocoa Brown #372514

Color information

#372514 (or 0x372514) is unknown color: approx 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

RGB553720-
CMYK00.330.640.78
HSL29.14º46.67%14.71%-
HSV(B)29.14º63.64%21.57%-
XYZ2.362.190.96-
YUV40.44116.46138.38-

RGB Variations

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

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.20% from 255) = 17.86%
R=49.11%
G=33.04%
B=17.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.64
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55372000.330.640.7829.1446.6714.71
Hex372514021404E1d2ff
Octal674524041100116355717
Binary11011110010110100010000110000001001110111011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>