#391612

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

Shades of Seal Brown #391612

Tints of Seal Brown #391612

Color information

#391612 (or 0x391612) is unknown color: approx Seal Brown. HEX triplet: 39, 16 and 12. RGB value is (57,22,18). Sum of RGB (Red+Green+Blue) = 57+22+18=97 (12% of max value = 765). Red value is 57 (22.66% from 255 or 58.76% from 97); Green value is 22 (8.98% from 255 or 22.68% from 97); Blue value is 18 (7.42% from 255 or 18.56% from 97); Max value from RGB is 57 - color contains mainly: red. Hex color #391612 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #391612 is #C6E9ED. Grayscale: #202020. Windows color (decimal): -13036014 or 1185337. OLE color: 1185337.

HSL color Cylindrical-coordinate representation of color #391612: hue angle of 6.15º degrees, saturation: 0.52, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #391612 is Cyan = 0, Magento = 0.61, Yellow = 0.68 and Black (K on CMYK) = 0.78.

Color convert

RGB572218-
CMYK00.610.680.78
HSL6.15º52%14.71%-
HSV(B)6.15º68.42%22.35%-
XYZ2.081.490.75-
YUV32.01120.1145.83-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 58.76%
GREEN value IS 22 (8.98% from 255) = 22.68%
BLUE value IS 18 (7.42% from 255) = 18.56%
R=58.76%
G=22.68%
B=18.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.68
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57221800.610.680.786.155214.71
Hex39161203D444E634f
Octal71262207510411666417
Binary11100110110100100111101100010010011101101101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #391612; }

 p { color: rgb(57,22,18); }

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

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

 a { background-color: rgb(57,22,18); }

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

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

 span { border-color: rgb(57,22,18); }

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