#390A09

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

Shades of Seal Brown #390A09

Tints of Seal Brown #390A09

Color information

#390A09 (or 0x390A09) is unknown color: approx Seal Brown. HEX triplet: 39, 0A and 09. RGB value is (57,10,9). Sum of RGB (Red+Green+Blue) = 57+10+9=76 (10% of max value = 765). Red value is 57 (22.66% from 255 or 75% from 76); Green value is 10 (4.30% from 255 or 13.16% from 76); Blue value is 9 (3.91% from 255 or 11.84% from 76); Max value from RGB is 57 - color contains mainly: red. Hex color #390A09 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390A09 is #C6F5F6. Grayscale: #171717. Windows color (decimal): -13039095 or 592441. OLE color: 592441.

HSL color Cylindrical-coordinate representation of color #390A09: hue angle of 1.25º degrees, saturation: 0.73, 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 #390A09 is Cyan = 0, Magento = 0.82, Yellow = 0.84 and Black (K on CMYK) = 0.78.

Color convert

RGB57109-
CMYK00.820.840.78
HSL1.25º72.73%12.94%-
HSV(B)1.25º84.21%22.35%-
XYZ1.851.110.37-
YUV23.94119.57151.58-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 75%
GREEN value IS 10 (4.30% from 255) = 13.16%
BLUE value IS 9 (3.91% from 255) = 11.84%
R=75%
G=13.16%
B=11.84%

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
Decimal5710900.820.840.781.2572.7312.94
Hex39A9052544E149d
Octal7112110122124116111115
Binary111001101010010101001010101001001110110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390A09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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