#390900

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

Shades of Seal Brown #390900

Tints of Seal Brown #390900

Color information

#390900 (or 0x390900) is unknown color: approx Seal Brown. HEX triplet: 39, 09 and 00. RGB value is (57,9,0). Sum of RGB (Red+Green+Blue) = 57+9+0=66 (8% of max value = 765). Red value is 57 (22.66% from 255 or 86.36% from 66); Green value is 9 (3.91% from 255 or 13.64% from 66); Blue value is 0 (0.39% from 255 or 0% from 66); Max value from RGB is 57 - color contains mainly: red. Hex color #390900 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390900 is #C6F6FF. Grayscale: #161616. Windows color (decimal): -13039360 or 2361. OLE color: 2361.

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

Color convert

RGB5790-
CMYK00.8410.78
HSL9.47º100%11.18%-
HSV(B)9.47º100%22.35%-
XYZ1.791.070.11-
YUV22.33115.4152.73-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 86.36%
GREEN value IS 9 (3.91% from 255) = 13.64%
BLUE value IS 0 (0.39% from 255) = 0%
R=86.36%
G=13.64%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 1
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal579000.8410.789.4710011.18
Hex3990054644E964b
Octal7111001241441161114413
Binary111001100100101010011001001001110100111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390900; }

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

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

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

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

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

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

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

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