#390301

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

Shades of Seal Brown #390301

Tints of Seal Brown #390301

Color information

#390301 (or 0x390301) is unknown color: approx Seal Brown. HEX triplet: 39, 03 and 01. RGB value is (57,3,1). Sum of RGB (Red+Green+Blue) = 57+3+1=61 (8% of max value = 765). Red value is 57 (22.66% from 255 or 93.44% from 61); Green value is 3 (1.56% from 255 or 4.92% from 61); Blue value is 1 (0.78% from 255 or 1.64% from 61); Max value from RGB is 57 - color contains mainly: red. Hex color #390301 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390301 is #C6FCFE. Grayscale: #121212. Windows color (decimal): -13040895 or 66361. OLE color: 66361.

HSL color Cylindrical-coordinate representation of color #390301: hue angle of 2.14º 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 #390301 is Cyan = 0, Magento = 0.95, Yellow = 0.98 and Black (K on CMYK) = 0.78.

Color convert

RGB5731-
CMYK00.950.980.78
HSL2.14º96.55%11.37%-
HSV(B)2.14º98.25%22.35%-
XYZ1.730.940.12-
YUV18.92117.89155.16-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 93.44%
GREEN value IS 3 (1.56% from 255) = 4.92%
BLUE value IS 1 (0.78% from 255) = 1.64%
R=93.44%
G=4.92%
B=1.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.98
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal573100.950.980.782.1496.5511.37
Hex393105F624E261b
Octal71310137142116214113
Binary11100111101011111110001010011101011000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390301; }

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

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

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

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

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

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

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

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