#390501

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

Shades of Seal Brown #390501

Tints of Seal Brown #390501

Color information

#390501 (or 0x390501) is unknown color: approx Seal Brown. HEX triplet: 39, 05 and 01. RGB value is (57,5,1). Sum of RGB (Red+Green+Blue) = 57+5+1=63 (8% of max value = 765). Red value is 57 (22.66% from 255 or 90.48% from 63); Green value is 5 (2.34% from 255 or 7.94% from 63); Blue value is 1 (0.78% from 255 or 1.59% from 63); Max value from RGB is 57 - color contains mainly: red. Hex color #390501 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390501 is #C6FAFE. Grayscale: #141414. Windows color (decimal): -13040383 or 66873. OLE color: 66873.

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

Color convert

RGB5751-
CMYK00.910.980.78
HSL4.29º96.55%11.37%-
HSV(B)4.29º98.25%22.35%-
XYZ1.750.980.13-
YUV20.09117.23154.33-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 90.48%
GREEN value IS 5 (2.34% from 255) = 7.94%
BLUE value IS 1 (0.78% from 255) = 1.59%
R=90.48%
G=7.94%
B=1.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.98
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal575100.910.980.784.2996.5511.37
Hex395105B624E461b
Octal71510133142116414113
Binary1110011011010110111100010100111010011000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390501; }

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

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

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

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

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

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

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

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