#370D0B

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

Shades of Seal Brown #370D0B

Tints of Seal Brown #370D0B

Color information

#370D0B (or 0x370D0B) is unknown color: approx Seal Brown. HEX triplet: 37, 0D and 0B. RGB value is (55,13,11). Sum of RGB (Red+Green+Blue) = 55+13+11=79 (10% of max value = 765). Red value is 55 (21.88% from 255 or 69.62% from 79); Green value is 13 (5.47% from 255 or 16.46% from 79); Blue value is 11 (4.69% from 255 or 13.92% from 79); Max value from RGB is 55 - color contains mainly: red. Hex color #370D0B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370D0B is #C8F2F4. Grayscale: #191919. Windows color (decimal): -13169397 or 724279. OLE color: 724279.

HSL color Cylindrical-coordinate representation of color #370D0B: hue angle of 2.73º 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 #370D0B is Cyan = 0, Magento = 0.76, Yellow = 0.8 and Black (K on CMYK) = 0.78.

Color convert

RGB551311-
CMYK00.760.80.78
HSL2.73º66.67%12.94%-
HSV(B)2.73º80%21.57%-
XYZ1.781.120.44-
YUV25.33119.91149.16-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 69.62%
GREEN value IS 13 (5.47% from 255) = 16.46%
BLUE value IS 11 (4.69% from 255) = 13.92%
R=69.62%
G=16.46%
B=13.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.8
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55131100.760.80.782.7366.6712.94
Hex37DB04C504E343d
Octal6715130114120116310315
Binary1101111101101101001100101000010011101110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370D0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370D0B; }

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

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

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

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

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

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

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

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