#390705

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

Shades of Seal Brown #390705

Tints of Seal Brown #390705

Color information

#390705 (or 0x390705) is unknown color: approx Seal Brown. HEX triplet: 39, 07 and 05. RGB value is (57,7,5). Sum of RGB (Red+Green+Blue) = 57+7+5=69 (9% of max value = 765). Red value is 57 (22.66% from 255 or 82.61% from 69); Green value is 7 (3.12% from 255 or 10.14% from 69); Blue value is 5 (2.34% from 255 or 7.25% from 69); Max value from RGB is 57 - color contains mainly: red. Hex color #390705 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390705 is #C6F8FA. Grayscale: #151515. Windows color (decimal): -13039867 or 329529. OLE color: 329529.

HSL color Cylindrical-coordinate representation of color #390705: hue angle of 2.31º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #390705 is Cyan = 0, Magento = 0.88, Yellow = 0.91 and Black (K on CMYK) = 0.78.

Color convert

RGB5775-
CMYK00.880.910.78
HSL2.31º83.87%12.16%-
HSV(B)2.31º91.23%22.35%-
XYZ1.791.030.25-
YUV21.72118.56153.16-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 82.61%
GREEN value IS 7 (3.12% from 255) = 10.14%
BLUE value IS 5 (2.34% from 255) = 7.25%
R=82.61%
G=10.14%
B=7.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.91
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal577500.880.910.782.3183.8712.16
Hex39750585B4E254c
Octal71750130133116212414
Binary11100111110101011000101101110011101010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390705

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390705; }

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

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

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

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

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

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

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

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