#37250F

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

Shades of Cocoa Brown #37250F

Tints of Cocoa Brown #37250F

Color information

#37250F (or 0x37250F) is unknown color: approx Cocoa Brown. HEX triplet: 37, 25 and 0F. RGB value is (55,37,15). Sum of RGB (Red+Green+Blue) = 55+37+15=107 (14% of max value = 765). Red value is 55 (21.88% from 255 or 51.40% from 107); Green value is 37 (14.84% from 255 or 34.58% from 107); Blue value is 15 (6.25% from 255 or 14.02% from 107); Max value from RGB is 55 - color contains mainly: red. Hex color #37250F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #37250F is #C8DAF0. Grayscale: #272727. Windows color (decimal): -13163249 or 992567. OLE color: 992567.

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

Color convert

RGB553715-
CMYK00.330.730.78
HSL33º57.14%13.73%-
HSV(B)33º72.73%21.57%-
XYZ2.322.170.75-
YUV39.87113.96138.79-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 51.40%
GREEN value IS 37 (14.84% from 255) = 34.58%
BLUE value IS 15 (6.25% from 255) = 14.02%
R=51.40%
G=34.58%
B=14.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.73
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55371500.330.730.783357.1413.73
Hex3725F021494E2139e
Octal674517041111116417116
Binary11011110010111110100001100100110011101000011110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37250F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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