#37120F

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

Shades of Seal Brown #37120F

Tints of Seal Brown #37120F

Color information

#37120F (or 0x37120F) is unknown color: approx Seal Brown. HEX triplet: 37, 12 and 0F. RGB value is (55,18,15). Sum of RGB (Red+Green+Blue) = 55+18+15=88 (11% of max value = 765). Red value is 55 (21.88% from 255 or 62.5% from 88); Green value is 18 (7.42% from 255 or 20.45% from 88); Blue value is 15 (6.25% from 255 or 17.05% from 88); Max value from RGB is 55 - color contains mainly: red. Hex color #37120F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #37120F is #C8EDF0. Grayscale: #1C1C1C. Windows color (decimal): -13168113 or 987703. OLE color: 987703.

HSL color Cylindrical-coordinate representation of color #37120F: hue angle of 4.5º 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 #37120F is Cyan = 0, Magento = 0.67, Yellow = 0.73 and Black (K on CMYK) = 0.78.

Color convert

RGB551815-
CMYK00.670.730.78
HSL4.5º57.14%13.73%-
HSV(B)4.5º72.73%21.57%-
XYZ1.881.280.6-
YUV28.72120.26146.74-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 62.5%
GREEN value IS 18 (7.42% from 255) = 20.45%
BLUE value IS 15 (6.25% from 255) = 17.05%
R=62.5%
G=20.45%
B=17.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.73
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55181500.670.730.784.557.1413.73
Hex3712F043494E539e
Octal672217010311111657116
Binary11011110010111101000011100100110011101011110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37120F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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