#390100

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

Shades of Seal Brown #390100

Tints of Seal Brown #390100

Color information

#390100 (or 0x390100) is unknown color: approx Seal Brown. HEX triplet: 39, 01 and 00. RGB value is (57,1,0). Sum of RGB (Red+Green+Blue) = 57+1+0=58 (7% of max value = 765). Red value is 57 (22.66% from 255 or 98.28% from 58); Green value is 1 (0.78% from 255 or 1.72% from 58); Blue value is 0 (0.39% from 255 or 0% from 58); Max value from RGB is 57 - color contains mainly: red. Hex color #390100 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390100 is #C6FEFF. Grayscale: #111111. Windows color (decimal): -13041408 or 313. OLE color: 313.

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

Color convert

RGB5710-
CMYK00.9810.78
HSL1.05º100%11.18%-
HSV(B)1.05º100%22.35%-
XYZ1.70.890.08-
YUV17.63118.05156.08-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 98.28%
GREEN value IS 1 (0.78% from 255) = 1.72%
BLUE value IS 0 (0.39% from 255) = 0%
R=98.28%
G=1.72%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 1
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal571000.9810.781.0510011.18
Hex3910062644E164b
Octal71100142144116114413
Binary111001100110001011001001001110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390100; }

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

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

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

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

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

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

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

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