#391005

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

Shades of Seal Brown #391005

Tints of Seal Brown #391005

Color information

#391005 (or 0x391005) is unknown color: approx Seal Brown. HEX triplet: 39, 10 and 05. RGB value is (57,16,5). Sum of RGB (Red+Green+Blue) = 57+16+5=78 (10% of max value = 765). Red value is 57 (22.66% from 255 or 73.08% from 78); Green value is 16 (6.64% from 255 or 20.51% from 78); Blue value is 5 (2.34% from 255 or 6.41% from 78); Max value from RGB is 57 - color contains mainly: red. Hex color #391005 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #391005 is #C6EFFA. Grayscale: #1B1B1B. Windows color (decimal): -13037563 or 331833. OLE color: 331833.

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

Color convert

RGB57165-
CMYK00.720.910.78
HSL12.69º83.87%12.16%-
HSV(B)12.69º91.23%22.35%-
XYZ1.91.250.28-
YUV27115.58149.39-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 73.08%
GREEN value IS 16 (6.64% from 255) = 20.51%
BLUE value IS 5 (2.34% from 255) = 6.41%
R=73.08%
G=20.51%
B=6.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.91
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5716500.720.910.7812.6983.8712.16
Hex391050485B4Ed54c
Octal7120501101331161512414
Binary111001100001010100100010110111001110110110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #391005; }

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

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

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

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

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

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

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

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