#37250C

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

Shades of Cocoa Brown #37250C

Tints of Cocoa Brown #37250C

Color information

#37250C (or 0x37250C) is unknown color: approx Cocoa Brown. HEX triplet: 37, 25 and 0C. RGB value is (55,37,12). Sum of RGB (Red+Green+Blue) = 55+37+12=104 (13% of max value = 765). Red value is 55 (21.88% from 255 or 52.88% from 104); Green value is 37 (14.84% from 255 or 35.58% from 104); Blue value is 12 (5.08% from 255 or 11.54% from 104); Max value from RGB is 55 - color contains mainly: red. Hex color #37250C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #37250C is #C8DAF3. Grayscale: #272727. Windows color (decimal): -13163252 or 795959. OLE color: 795959.

HSL color Cylindrical-coordinate representation of color #37250C: hue angle of 34.88º degrees, saturation: 0.64, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #37250C is Cyan = 0, Magento = 0.33, Yellow = 0.78 and Black (K on CMYK) = 0.78.

Color convert

RGB553712-
CMYK00.330.780.78
HSL34.88º64.18%13.14%-
HSV(B)34.88º78.18%21.57%-
XYZ2.32.160.64-
YUV39.53112.46139.03-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 52.88%
GREEN value IS 37 (14.84% from 255) = 35.58%
BLUE value IS 12 (5.08% from 255) = 11.54%
R=52.88%
G=35.58%
B=11.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.78
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55371200.330.780.7834.8864.1813.14
Hex3725C0214E4E2340d
Octal6745140411161164310015
Binary110111100101110001000011001110100111010001110000001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37250C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37250C; }

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

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

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

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

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

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

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

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