#291511

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

Shades of Seal Brown #291511

Tints of Seal Brown #291511

Color information

#291511 (or 0x291511) is unknown color: approx Seal Brown. HEX triplet: 29, 15 and 11. RGB value is (41,21,17). Sum of RGB (Red+Green+Blue) = 41+21+17=79 (10% of max value = 765). Red value is 41 (16.41% from 255 or 51.90% from 79); Green value is 21 (8.59% from 255 or 26.58% from 79); Blue value is 17 (7.03% from 255 or 21.52% from 79); Max value from RGB is 41 - color contains mainly: red. Hex color #291511 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #291511 is #D6EAEE. Grayscale: #1A1A1A. Windows color (decimal): -14084847 or 1119529. OLE color: 1119529.

HSL color Cylindrical-coordinate representation of color #291511: hue angle of 10º degrees, saturation: 0.41, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #291511 is Cyan = 0, Magento = 0.49, Yellow = 0.59 and Black (K on CMYK) = 0.84.

Color convert

RGB412117-
CMYK00.490.590.84
HSL10º41.38%11.37%-
HSV(B)10º58.54%16.08%-
XYZ1.281.050.66-
YUV26.52122.63138.33-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 51.90%
GREEN value IS 21 (8.59% from 255) = 26.58%
BLUE value IS 17 (7.03% from 255) = 21.52%
R=51.90%
G=26.58%
B=21.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.59
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41211700.490.590.841041.3811.37
Hex2915110313B54a29b
Octal51252106173124125113
Binary10100110101100010110001111011101010010101010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #291511; }

 p { color: rgb(41,21,17); }

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

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

 a { background-color: rgb(41,21,17); }

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

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

 span { border-color: rgb(41,21,17); }

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