#391816

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

Shades of Seal Brown #391816

Tints of Seal Brown #391816

Color information

#391816 (or 0x391816) is unknown color: approx Seal Brown. HEX triplet: 39, 18 and 16. RGB value is (57,24,22). Sum of RGB (Red+Green+Blue) = 57+24+22=103 (13% of max value = 765). Red value is 57 (22.66% from 255 or 55.34% from 103); Green value is 24 (9.77% from 255 or 23.30% from 103); Blue value is 22 (8.98% from 255 or 21.36% from 103); Max value from RGB is 57 - color contains mainly: red. Hex color #391816 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #391816 is #C6E7E9. Grayscale: #212121. Windows color (decimal): -13035498 or 1447993. OLE color: 1447993.

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

Color convert

RGB572422-
CMYK00.580.610.78
HSL3.43º44.3%15.49%-
HSV(B)3.43º61.4%22.35%-
XYZ2.161.580.95-
YUV33.64121.43144.66-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 55.34%
GREEN value IS 24 (9.77% from 255) = 23.30%
BLUE value IS 22 (8.98% from 255) = 21.36%
R=55.34%
G=23.30%
B=21.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.61
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57242200.580.610.783.4344.315.49
Hex39181603A3D4E32cf
Octal7130260727511635417
Binary111001110001011001110101111011001110111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #391816; }

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

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

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

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

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

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

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

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