#371010

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

Shades of Seal Brown #371010

Tints of Seal Brown #371010

Color information

#371010 (or 0x371010) is unknown color: approx Seal Brown. HEX triplet: 37, 10 and 10. RGB value is (55,16,16). Sum of RGB (Red+Green+Blue) = 55+16+16=87 (11% of max value = 765). Red value is 55 (21.88% from 255 or 63.22% from 87); Green value is 16 (6.64% from 255 or 18.39% from 87); Blue value is 16 (6.64% from 255 or 18.39% from 87); Max value from RGB is 55 - color contains mainly: red. Hex color #371010 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #371010 is #C8EFEF. Grayscale: #1B1B1B. Windows color (decimal): -13168624 or 1052727. OLE color: 1052727.

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

Color convert

RGB551616-
CMYK00.710.710.78
HSL54.93%13.92%-
HSV(B)70.91%21.57%-
XYZ1.851.220.63-
YUV27.66121.42147.5-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 63.22%
GREEN value IS 16 (6.64% from 255) = 18.39%
BLUE value IS 16 (6.64% from 255) = 18.39%
R=63.22%
G=18.39%
B=18.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.71
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55161600.710.710.78054.9313.92
Hex371010047474E037e
Octal672020010710711606716
Binary1101111000010000010001111000111100111001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371010; }

 p { color: rgb(55,16,16); }

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

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

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

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

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

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

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