#391616

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

Shades of Seal Brown #391616

Tints of Seal Brown #391616

Color information

#391616 (or 0x391616) is unknown color: approx Seal Brown. HEX triplet: 39, 16 and 16. RGB value is (57,22,22). Sum of RGB (Red+Green+Blue) = 57+22+22=101 (13% of max value = 765). Red value is 57 (22.66% from 255 or 56.44% from 101); Green value is 22 (8.98% from 255 or 21.78% from 101); Blue value is 22 (8.98% from 255 or 21.78% from 101); Max value from RGB is 57 - color contains mainly: red. Hex color #391616 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #391616 is #C6E9E9. Grayscale: #202020. Windows color (decimal): -13036010 or 1447481. OLE color: 1447481.

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

Color convert

RGB572222-
CMYK00.610.610.78
HSL44.3%15.49%-
HSV(B)61.4%22.35%-
XYZ2.121.50.94-
YUV32.47122.1145.5-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 56.44%
GREEN value IS 22 (8.98% from 255) = 21.78%
BLUE value IS 22 (8.98% from 255) = 21.78%
R=56.44%
G=21.78%
B=21.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.61
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57222200.610.610.78044.315.49
Hex39161603D3D4E02cf
Octal7126260757511605417
Binary11100110110101100111101111101100111001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #391616; }

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

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

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

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

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

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

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

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