#371613

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

Shades of Seal Brown #371613

Tints of Seal Brown #371613

Color information

#371613 (or 0x371613) is unknown color: approx Seal Brown. HEX triplet: 37, 16 and 13. RGB value is (55,22,19). Sum of RGB (Red+Green+Blue) = 55+22+19=96 (12% of max value = 765). Red value is 55 (21.88% from 255 or 57.29% from 96); Green value is 22 (8.98% from 255 or 22.92% from 96); Blue value is 19 (7.81% from 255 or 19.79% from 96); Max value from RGB is 55 - color contains mainly: red. Hex color #371613 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #371613 is #C8E9EC. Grayscale: #1F1F1F. Windows color (decimal): -13167085 or 1250871. OLE color: 1250871.

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

Color convert

RGB552219-
CMYK00.60.650.78
HSL48.65%14.51%-
HSV(B)65.45%21.57%-
XYZ1.981.430.79-
YUV31.52120.93144.74-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 57.29%
GREEN value IS 22 (8.98% from 255) = 22.92%
BLUE value IS 19 (7.81% from 255) = 19.79%
R=57.29%
G=22.92%
B=19.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.65
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55221900.60.650.78548.6514.51
Hex37161303C414E531f
Octal67262307410111656117
Binary11011110110100110111100100000110011101011100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371613; }

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

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

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

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

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

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

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

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