#37110B

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

Shades of Seal Brown #37110B

Tints of Seal Brown #37110B

Color information

#37110B (or 0x37110B) is unknown color: approx Seal Brown. HEX triplet: 37, 11 and 0B. RGB value is (55,17,11). Sum of RGB (Red+Green+Blue) = 55+17+11=83 (10% of max value = 765). Red value is 55 (21.88% from 255 or 66.27% from 83); Green value is 17 (7.03% from 255 or 20.48% from 83); Blue value is 11 (4.69% from 255 or 13.25% from 83); Max value from RGB is 55 - color contains mainly: red. Hex color #37110B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #37110B is #C8EEF4. Grayscale: #1B1B1B. Windows color (decimal): -13168373 or 725303. OLE color: 725303.

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

Color convert

RGB551711-
CMYK00.690.80.78
HSL8.18º66.67%12.94%-
HSV(B)8.18º80%21.57%-
XYZ1.841.240.46-
YUV27.68118.59147.49-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 66.27%
GREEN value IS 17 (7.03% from 255) = 20.48%
BLUE value IS 11 (4.69% from 255) = 13.25%
R=66.27%
G=20.48%
B=13.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.8
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55171100.690.80.788.1866.6712.94
Hex3711B045504E843d
Octal67211301051201161010315
Binary1101111000110110100010110100001001110100010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37110B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37110B; }

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

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

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

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

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

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

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

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