#390D0A

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

Shades of Seal Brown #390D0A

Tints of Seal Brown #390D0A

Color information

#390D0A (or 0x390D0A) is unknown color: approx Seal Brown. HEX triplet: 39, 0D and 0A. RGB value is (57,13,10). Sum of RGB (Red+Green+Blue) = 57+13+10=80 (10% of max value = 765). Red value is 57 (22.66% from 255 or 71.25% from 80); Green value is 13 (5.47% from 255 or 16.25% from 80); Blue value is 10 (4.30% from 255 or 12.5% from 80); Max value from RGB is 57 - color contains mainly: red. Hex color #390D0A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390D0A is #C6F2F5. Grayscale: #191919. Windows color (decimal): -13038326 or 658745. OLE color: 658745.

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

Color convert

RGB571310-
CMYK00.770.820.78
HSL3.83º70.15%13.14%-
HSV(B)3.83º82.46%22.35%-
XYZ1.891.180.42-
YUV25.81119.08150.24-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 71.25%
GREEN value IS 13 (5.47% from 255) = 16.25%
BLUE value IS 10 (4.30% from 255) = 12.5%
R=71.25%
G=16.25%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.82
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57131000.770.820.783.8370.1513.14
Hex39DA04D524E446d
Octal7115120115122116410615
Binary11100111011010010011011010010100111010010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390D0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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