#371713

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

Shades of Seal Brown #371713

Tints of Seal Brown #371713

Color information

#371713 (or 0x371713) is unknown color: approx Seal Brown. HEX triplet: 37, 17 and 13. RGB value is (55,23,19). Sum of RGB (Red+Green+Blue) = 55+23+19=97 (12% of max value = 765). Red value is 55 (21.88% from 255 or 56.70% from 97); Green value is 23 (9.38% from 255 or 23.71% from 97); Blue value is 19 (7.81% from 255 or 19.59% from 97); Max value from RGB is 55 - color contains mainly: red. Hex color #371713 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #371713 is #C8E8EC. Grayscale: #202020. Windows color (decimal): -13166829 or 1251127. OLE color: 1251127.

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

Color convert

RGB552319-
CMYK00.580.650.78
HSL6.67º48.65%14.51%-
HSV(B)6.67º65.45%21.57%-
XYZ21.470.79-
YUV32.11120.6144.33-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 56.70%
GREEN value IS 23 (9.38% from 255) = 23.71%
BLUE value IS 19 (7.81% from 255) = 19.59%
R=56.70%
G=23.71%
B=19.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.65
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55231900.580.650.786.6748.6514.51
Hex37171303A414E731f
Octal67272307210111676117
Binary11011110111100110111010100000110011101111100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371713; }

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

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

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

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

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

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

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

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