#390A05

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

Shades of Seal Brown #390A05

Tints of Seal Brown #390A05

Color information

#390A05 (or 0x390A05) is unknown color: approx Seal Brown. HEX triplet: 39, 0A and 05. RGB value is (57,10,5). Sum of RGB (Red+Green+Blue) = 57+10+5=72 (9% of max value = 765). Red value is 57 (22.66% from 255 or 79.17% from 72); Green value is 10 (4.30% from 255 or 13.89% from 72); Blue value is 5 (2.34% from 255 or 6.94% from 72); Max value from RGB is 57 - color contains mainly: red. Hex color #390A05 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390A05 is #C6F5FA. Grayscale: #171717. Windows color (decimal): -13039099 or 330297. OLE color: 330297.

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

Color convert

RGB57105-
CMYK00.820.910.78
HSL5.77º83.87%12.16%-
HSV(B)5.77º91.23%22.35%-
XYZ1.821.10.26-
YUV23.48117.57151.91-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 79.17%
GREEN value IS 10 (4.30% from 255) = 13.89%
BLUE value IS 5 (2.34% from 255) = 6.94%
R=79.17%
G=13.89%
B=6.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.91
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5710500.820.910.785.7783.8712.16
Hex39A50525B4E654c
Octal711250122133116612414
Binary1110011010101010100101011011100111011010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390A05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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