#370B09

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

Shades of Seal Brown #370B09

Tints of Seal Brown #370B09

Color information

#370B09 (or 0x370B09) is unknown color: approx Seal Brown. HEX triplet: 37, 0B and 09. RGB value is (55,11,9). Sum of RGB (Red+Green+Blue) = 55+11+9=75 (9% of max value = 765). Red value is 55 (21.88% from 255 or 73.33% from 75); Green value is 11 (4.69% from 255 or 14.67% from 75); Blue value is 9 (3.91% from 255 or 12% from 75); Max value from RGB is 55 - color contains mainly: red. Hex color #370B09 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370B09 is #C8F4F6. Grayscale: #171717. Windows color (decimal): -13169911 or 592695. OLE color: 592695.

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

Color convert

RGB55119-
CMYK00.80.840.78
HSL2.61º71.88%12.55%-
HSV(B)2.61º83.64%21.57%-
XYZ1.741.070.37-
YUV23.93119.58150.16-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 73.33%
GREEN value IS 11 (4.69% from 255) = 14.67%
BLUE value IS 9 (3.91% from 255) = 12%
R=73.33%
G=14.67%
B=12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.8
Y (Yellow) values IS 0.84
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5511900.80.840.782.6171.8812.55
Hex37B9050544E348d
Octal6713110120124116311015
Binary1101111011100101010000101010010011101110010001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370B09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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