#371513

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

Shades of Seal Brown #371513

Tints of Seal Brown #371513

Color information

#371513 (or 0x371513) is unknown color: approx Seal Brown. HEX triplet: 37, 15 and 13. RGB value is (55,21,19). Sum of RGB (Red+Green+Blue) = 55+21+19=95 (12% of max value = 765). Red value is 55 (21.88% from 255 or 57.89% from 95); Green value is 21 (8.59% from 255 or 22.11% from 95); Blue value is 19 (7.81% from 255 or 20% from 95); Max value from RGB is 55 - color contains mainly: red. Hex color #371513 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #371513 is #C8EAEC. Grayscale: #1E1E1E. Windows color (decimal): -13167341 or 1250615. OLE color: 1250615.

HSL color Cylindrical-coordinate representation of color #371513: hue angle of 3.33º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #371513 is Cyan = 0, Magento = 0.62, Yellow = 0.65 and Black (K on CMYK) = 0.78.

Color convert

RGB552119-
CMYK00.620.650.78
HSL3.33º48.65%14.51%-
HSV(B)3.33º65.45%21.57%-
XYZ1.961.40.78-
YUV30.94121.26145.16-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 57.89%
GREEN value IS 21 (8.59% from 255) = 22.11%
BLUE value IS 19 (7.81% from 255) = 20%
R=57.89%
G=22.11%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.65
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55211900.620.650.783.3348.6514.51
Hex37151303E414E331f
Octal67252307610111636117
Binary1101111010110011011111010000011001110111100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371513; }

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

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

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

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

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

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

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

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