#372314

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

Shades of Cocoa Brown #372314

Tints of Cocoa Brown #372314

Color information

#372314 (or 0x372314) is unknown color: approx Cocoa Brown. HEX triplet: 37, 23 and 14. RGB value is (55,35,20). Sum of RGB (Red+Green+Blue) = 55+35+20=110 (14% of max value = 765). Red value is 55 (21.88% from 255 or 50% from 110); Green value is 35 (14.06% from 255 or 31.82% from 110); Blue value is 20 (8.20% from 255 or 18.18% from 110); Max value from RGB is 55 - color contains mainly: red. Hex color #372314 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372314 is #C8DCEB. Grayscale: #272727. Windows color (decimal): -13163756 or 1319735. OLE color: 1319735.

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

Color convert

RGB553520-
CMYK00.360.640.78
HSL25.71º46.67%14.71%-
HSV(B)25.71º63.64%21.57%-
XYZ2.32.060.94-
YUV39.27117.13139.22-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 50%
GREEN value IS 35 (14.06% from 255) = 31.82%
BLUE value IS 20 (8.20% from 255) = 18.18%
R=50%
G=31.82%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.64
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55352000.360.640.7825.7146.6714.71
Hex372314024404E1a2ff
Octal674324044100116325717
Binary11011110001110100010010010000001001110110101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372314; }

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

 H1.HeaderClassName
 {
   color: #372314;
 }
 .AnyTagClassName
 {
   color: #372314;
 }
</style>
background-color css

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

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

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

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

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

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