#391A18

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

Shades of Seal Brown #391A18

Tints of Seal Brown #391A18

Color information

#391A18 (or 0x391A18) is unknown color: approx Seal Brown. HEX triplet: 39, 1A and 18. RGB value is (57,26,24). Sum of RGB (Red+Green+Blue) = 57+26+24=107 (14% of max value = 765). Red value is 57 (22.66% from 255 or 53.27% from 107); Green value is 26 (10.55% from 255 or 24.30% from 107); Blue value is 24 (9.77% from 255 or 22.43% from 107); Max value from RGB is 57 - color contains mainly: red. Hex color #391A18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #391A18 is #C6E5E7. Grayscale: #232323. Windows color (decimal): -13034984 or 1579577. OLE color: 1579577.

HSL color Cylindrical-coordinate representation of color #391A18: hue angle of 3.64º degrees, saturation: 0.41, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #391A18 is Cyan = 0, Magento = 0.54, Yellow = 0.58 and Black (K on CMYK) = 0.78.

Color convert

RGB572624-
CMYK00.540.580.78
HSL3.64º40.74%15.88%-
HSV(B)3.64º57.89%22.35%-
XYZ2.221.671.07-
YUV35.04121.77143.66-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 53.27%
GREEN value IS 26 (10.55% from 255) = 24.30%
BLUE value IS 24 (9.77% from 255) = 22.43%
R=53.27%
G=24.30%
B=22.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.58
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57262400.540.580.783.6440.7415.88
Hex391A180363A4E42910
Octal7132300667211645120
Binary11100111010110000110110111010100111010010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391A18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #391A18; }

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

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

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

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

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

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

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

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