#390F0A

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

Shades of Seal Brown #390F0A

Tints of Seal Brown #390F0A

Color information

#390F0A (or 0x390F0A) is unknown color: approx Seal Brown. HEX triplet: 39, 0F and 0A. RGB value is (57,15,10). Sum of RGB (Red+Green+Blue) = 57+15+10=82 (10% of max value = 765). Red value is 57 (22.66% from 255 or 69.51% from 82); Green value is 15 (6.25% from 255 or 18.29% from 82); Blue value is 10 (4.30% from 255 or 12.20% from 82); Max value from RGB is 57 - color contains mainly: red. Hex color #390F0A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390F0A is #C6F0F5. Grayscale: #1B1B1B. Windows color (decimal): -13037814 or 659257. OLE color: 659257.

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

Color convert

RGB571510-
CMYK00.740.820.78
HSL6.38º70.15%13.14%-
HSV(B)6.38º82.46%22.35%-
XYZ1.911.230.42-
YUV26.99118.41149.41-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 69.51%
GREEN value IS 15 (6.25% from 255) = 18.29%
BLUE value IS 10 (4.30% from 255) = 12.20%
R=69.51%
G=18.29%
B=12.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.82
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57151000.740.820.786.3870.1513.14
Hex39FA04A524E646d
Octal7117120112122116610615
Binary11100111111010010010101010010100111011010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390F0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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