#390A04

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

Shades of Seal Brown #390A04

Tints of Seal Brown #390A04

Color information

#390A04 (or 0x390A04) is unknown color: approx Seal Brown. HEX triplet: 39, 0A and 04. RGB value is (57,10,4). Sum of RGB (Red+Green+Blue) = 57+10+4=71 (9% of max value = 765). Red value is 57 (22.66% from 255 or 80.28% from 71); Green value is 10 (4.30% from 255 or 14.08% from 71); Blue value is 4 (1.95% from 255 or 5.63% from 71); Max value from RGB is 57 - color contains mainly: red. Hex color #390A04 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390A04 is #C6F5FB. Grayscale: #171717. Windows color (decimal): -13039100 or 264761. OLE color: 264761.

HSL color Cylindrical-coordinate representation of color #390A04: hue angle of 6.79º degrees, saturation: 0.87, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #390A04 is Cyan = 0, Magento = 0.82, Yellow = 0.93 and Black (K on CMYK) = 0.78.

Color convert

RGB57104-
CMYK00.820.930.78
HSL6.79º86.89%11.96%-
HSV(B)6.79º92.98%22.35%-
XYZ1.821.10.23-
YUV23.37117.07151.99-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 80.28%
GREEN value IS 10 (4.30% from 255) = 14.08%
BLUE value IS 4 (1.95% from 255) = 5.63%
R=80.28%
G=14.08%
B=5.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.93
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5710400.820.930.786.7986.8911.96
Hex39A40525D4E757c
Octal711240122135116712714
Binary1110011010100010100101011101100111011110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390A04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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