#390800

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

Shades of Seal Brown #390800

Tints of Seal Brown #390800

Color information

#390800 (or 0x390800) is unknown color: approx Seal Brown. HEX triplet: 39, 08 and 00. RGB value is (57,8,0). Sum of RGB (Red+Green+Blue) = 57+8+0=65 (8% of max value = 765). Red value is 57 (22.66% from 255 or 87.69% from 65); Green value is 8 (3.52% from 255 or 12.31% from 65); Blue value is 0 (0.39% from 255 or 0% from 65); Max value from RGB is 57 - color contains mainly: red. Hex color #390800 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390800 is #C6F7FF. Grayscale: #151515. Windows color (decimal): -13039616 or 2105. OLE color: 2105.

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

Color convert

RGB5780-
CMYK00.8610.78
HSL8.42º100%11.18%-
HSV(B)8.42º100%22.35%-
XYZ1.771.040.11-
YUV21.74115.73153.15-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 87.69%
GREEN value IS 8 (3.52% from 255) = 12.31%
BLUE value IS 0 (0.39% from 255) = 0%
R=87.69%
G=12.31%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 1
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal578000.8610.788.4210011.18
Hex3980056644E864b
Octal7110001261441161014413
Binary111001100000101011011001001001110100011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390800; }

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

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

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

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

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

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

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

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