#372614

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

Shades of Cocoa Brown #372614

Tints of Cocoa Brown #372614

Color information

#372614 (or 0x372614) is unknown color: approx Cocoa Brown. HEX triplet: 37, 26 and 14. RGB value is (55,38,20). Sum of RGB (Red+Green+Blue) = 55+38+20=113 (14% of max value = 765). Red value is 55 (21.88% from 255 or 48.67% from 113); Green value is 38 (15.23% from 255 or 33.63% from 113); Blue value is 20 (8.20% from 255 or 17.70% from 113); Max value from RGB is 55 - color contains mainly: red. Hex color #372614 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372614 is #C8D9EB. Grayscale: #292929. Windows color (decimal): -13162988 or 1320503. OLE color: 1320503.

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

Color convert

RGB553820-
CMYK00.310.640.78
HSL30.86º46.67%14.71%-
HSV(B)30.86º63.64%21.57%-
XYZ2.392.250.97-
YUV41.03116.13137.96-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 48.67%
GREEN value IS 38 (15.23% from 255) = 33.63%
BLUE value IS 20 (8.20% from 255) = 17.70%
R=48.67%
G=33.63%
B=17.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.64
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55382000.310.640.7830.8646.6714.71
Hex37261401F404E1f2ff
Octal674624037100116375717
Binary1101111001101010001111110000001001110111111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372614; }

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

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

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

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

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

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

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

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