#390F01

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

Shades of Seal Brown #390F01

Tints of Seal Brown #390F01

Color information

#390F01 (or 0x390F01) is unknown color: approx Seal Brown. HEX triplet: 39, 0F and 01. RGB value is (57,15,1). Sum of RGB (Red+Green+Blue) = 57+15+1=73 (9% of max value = 765). Red value is 57 (22.66% from 255 or 78.08% from 73); Green value is 15 (6.25% from 255 or 20.55% from 73); Blue value is 1 (0.78% from 255 or 1.37% from 73); Max value from RGB is 57 - color contains mainly: red. Hex color #390F01 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390F01 is #C6F0FE. Grayscale: #1A1A1A. Windows color (decimal): -13037823 or 69433. OLE color: 69433.

HSL color Cylindrical-coordinate representation of color #390F01: hue angle of 15º degrees, saturation: 0.97, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #390F01 is Cyan = 0, Magento = 0.74, Yellow = 0.98 and Black (K on CMYK) = 0.78.

Color convert

RGB57151-
CMYK00.740.980.78
HSL15º96.55%11.37%-
HSV(B)15º98.25%22.35%-
XYZ1.861.210.16-
YUV25.96113.91150.14-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 78.08%
GREEN value IS 15 (6.25% from 255) = 20.55%
BLUE value IS 1 (0.78% from 255) = 1.37%
R=78.08%
G=20.55%
B=1.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.98
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5715100.740.980.781596.5511.37
Hex39F104A624Ef61b
Octal7117101121421161714113
Binary111001111110100101011000101001110111111000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390F01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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