#370A09

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

Shades of Seal Brown #370A09

Tints of Seal Brown #370A09

Color information

#370A09 (or 0x370A09) is unknown color: approx Seal Brown. HEX triplet: 37, 0A and 09. RGB value is (55,10,9). Sum of RGB (Red+Green+Blue) = 55+10+9=74 (9% of max value = 765). Red value is 55 (21.88% from 255 or 74.32% from 74); Green value is 10 (4.30% from 255 or 13.51% from 74); Blue value is 9 (3.91% from 255 or 12.16% from 74); Max value from RGB is 55 - color contains mainly: red. Hex color #370A09 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370A09 is #C8F5F6. Grayscale: #171717. Windows color (decimal): -13170167 or 592439. OLE color: 592439.

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

Color convert

RGB55109-
CMYK00.820.840.78
HSL1.3º71.88%12.55%-
HSV(B)1.3º83.64%21.57%-
XYZ1.731.050.37-
YUV23.34119.91150.58-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 74.32%
GREEN value IS 10 (4.30% from 255) = 13.51%
BLUE value IS 9 (3.91% from 255) = 12.16%
R=74.32%
G=13.51%
B=12.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.84
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5510900.820.840.781.371.8812.55
Hex37A9052544E148d
Octal6712110122124116111015
Binary110111101010010101001010101001001110110010001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370A09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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