#370E0A

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

Shades of Seal Brown #370E0A

Tints of Seal Brown #370E0A

Color information

#370E0A (or 0x370E0A) is unknown color: approx Seal Brown. HEX triplet: 37, 0E and 0A. RGB value is (55,14,10). Sum of RGB (Red+Green+Blue) = 55+14+10=79 (10% of max value = 765). Red value is 55 (21.88% from 255 or 69.62% from 79); Green value is 14 (5.86% from 255 or 17.72% from 79); Blue value is 10 (4.30% from 255 or 12.66% from 79); Max value from RGB is 55 - color contains mainly: red. Hex color #370E0A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370E0A is #C8F1F5. Grayscale: #191919. Windows color (decimal): -13169142 or 658999. OLE color: 658999.

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

Color convert

RGB551410-
CMYK00.750.820.78
HSL5.33º69.23%12.75%-
HSV(B)5.33º81.82%21.57%-
XYZ1.791.150.41-
YUV25.8119.08148.83-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 69.62%
GREEN value IS 14 (5.86% from 255) = 17.72%
BLUE value IS 10 (4.30% from 255) = 12.66%
R=69.62%
G=17.72%
B=12.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.82
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55141000.750.820.785.3369.2312.75
Hex37EA04B524E545d
Octal6716120113122116510515
Binary11011111101010010010111010010100111010110001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370E0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,14,10); }

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

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

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

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

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

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

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