#390D09

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

Shades of Seal Brown #390D09

Tints of Seal Brown #390D09

Color information

#390D09 (or 0x390D09) is unknown color: approx Seal Brown. HEX triplet: 39, 0D and 09. RGB value is (57,13,9). Sum of RGB (Red+Green+Blue) = 57+13+9=79 (10% of max value = 765). Red value is 57 (22.66% from 255 or 72.15% from 79); Green value is 13 (5.47% from 255 or 16.46% from 79); Blue value is 9 (3.91% from 255 or 11.39% from 79); Max value from RGB is 57 - color contains mainly: red. Hex color #390D09 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390D09 is #C6F2F6. Grayscale: #191919. Windows color (decimal): -13038327 or 593209. OLE color: 593209.

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

Color convert

RGB57139-
CMYK00.770.840.78
HSL72.73%12.94%-
HSV(B)84.21%22.35%-
XYZ1.881.180.39-
YUV25.7118.58150.33-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 72.15%
GREEN value IS 13 (5.47% from 255) = 16.46%
BLUE value IS 9 (3.91% from 255) = 11.39%
R=72.15%
G=16.46%
B=11.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.84
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5713900.770.840.78572.7312.94
Hex39D904D544E549d
Octal7115110115124116511115
Binary11100111011001010011011010100100111010110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390D09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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