#372214

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

Shades of Cocoa Brown #372214

Tints of Cocoa Brown #372214

Color information

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

RGB553420-
CMYK00.380.640.78
HSL24º46.67%14.71%-
HSV(B)24º63.64%21.57%-
XYZ2.272.010.93-
YUV38.68117.46139.64-

RGB Variations

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

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.20% from 255) = 18.35%
R=50.46%
G=31.19%
B=18.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.64
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55342000.380.640.782446.6714.71
Hex372214026404E182ff
Octal674224046100116305717
Binary11011110001010100010011010000001001110110001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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