#37130F

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

Shades of Seal Brown #37130F

Tints of Seal Brown #37130F

Color information

#37130F (or 0x37130F) is unknown color: approx Seal Brown. HEX triplet: 37, 13 and 0F. RGB value is (55,19,15). Sum of RGB (Red+Green+Blue) = 55+19+15=89 (11% of max value = 765). Red value is 55 (21.88% from 255 or 61.80% from 89); Green value is 19 (7.81% from 255 or 21.35% from 89); Blue value is 15 (6.25% from 255 or 16.85% from 89); Max value from RGB is 55 - color contains mainly: red. Hex color #37130F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #37130F is #C8ECF0. Grayscale: #1D1D1D. Windows color (decimal): -13167857 or 987959. OLE color: 987959.

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

Color convert

RGB551915-
CMYK00.650.730.78
HSL57.14%13.73%-
HSV(B)72.73%21.57%-
XYZ1.891.310.61-
YUV29.31119.93146.33-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 61.80%
GREEN value IS 19 (7.81% from 255) = 21.35%
BLUE value IS 15 (6.25% from 255) = 16.85%
R=61.80%
G=21.35%
B=16.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.73
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55191500.650.730.78657.1413.73
Hex3713F041494E639e
Octal672317010111111667116
Binary11011110011111101000001100100110011101101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37130F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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