#371100

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

Shades of Seal Brown #371100

Tints of Seal Brown #371100

Color information

#371100 (or 0x371100) is unknown color: approx Seal Brown. HEX triplet: 37, 11 and 00. RGB value is (55,17,0). Sum of RGB (Red+Green+Blue) = 55+17+0=72 (9% of max value = 765). Red value is 55 (21.88% from 255 or 76.39% from 72); Green value is 17 (7.03% from 255 or 23.61% from 72); Blue value is 0 (0.39% from 255 or 0% from 72); Max value from RGB is 55 - color contains mainly: red. Hex color #371100 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #371100 is #C8EEFF. Grayscale: #1A1A1A. Windows color (decimal): -13168384 or 4407. OLE color: 4407.

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

Color convert

RGB55170-
CMYK00.6910.78
HSL18.55º100%10.78%-
HSV(B)18.55º100%21.57%-
XYZ1.781.210.14-
YUV26.42113.09148.38-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 76.39%
GREEN value IS 17 (7.03% from 255) = 23.61%
BLUE value IS 0 (0.39% from 255) = 0%
R=76.39%
G=23.61%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 1
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5517000.6910.7818.5510010.78
Hex37110045644E1364b
Octal6721001051441162314413
Binary11011110001001000101110010010011101001111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371100; }

 p { color: rgb(55,17,0); }

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

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

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

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

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

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

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