#390F00

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

Shades of Seal Brown #390F00

Tints of Seal Brown #390F00

Color information

#390F00 (or 0x390F00) is unknown color: approx Seal Brown. HEX triplet: 39, 0F and 00. RGB value is (57,15,0). Sum of RGB (Red+Green+Blue) = 57+15+0=72 (9% of max value = 765). Red value is 57 (22.66% from 255 or 79.17% from 72); Green value is 15 (6.25% from 255 or 20.83% from 72); Blue value is 0 (0.39% from 255 or 0% from 72); Max value from RGB is 57 - color contains mainly: red. Hex color #390F00 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390F00 is #C6F0FF. Grayscale: #191919. Windows color (decimal): -13037824 or 3897. OLE color: 3897.

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

Color convert

RGB57150-
CMYK00.7410.78
HSL15.79º100%11.18%-
HSV(B)15.79º100%22.35%-
XYZ1.861.210.14-
YUV25.85113.41150.22-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 79.17%
GREEN value IS 15 (6.25% from 255) = 20.83%
BLUE value IS 0 (0.39% from 255) = 0%
R=79.17%
G=20.83%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 1
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5715000.7410.7815.7910011.18
Hex39F004A644E1064b
Octal7117001121441162014413
Binary1110011111001001010110010010011101000011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390F00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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