#291311

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

Shades of Seal Brown #291311

Tints of Seal Brown #291311

Color information

#291311 (or 0x291311) is unknown color: approx Seal Brown. HEX triplet: 29, 13 and 11. RGB value is (41,19,17). Sum of RGB (Red+Green+Blue) = 41+19+17=77 (10% of max value = 765). Red value is 41 (16.41% from 255 or 53.25% from 77); Green value is 19 (7.81% from 255 or 24.68% from 77); Blue value is 17 (7.03% from 255 or 22.08% from 77); Max value from RGB is 41 - color contains mainly: red. Hex color #291311 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #291311 is #D6ECEE. Grayscale: #191919. Windows color (decimal): -14085359 or 1119017. OLE color: 1119017.

HSL color Cylindrical-coordinate representation of color #291311: hue angle of 5º 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 #291311 is Cyan = 0, Magento = 0.54, Yellow = 0.59 and Black (K on CMYK) = 0.84.

Color convert

RGB411917-
CMYK00.540.590.84
HSL41.38%11.37%-
HSV(B)58.54%16.08%-
XYZ1.250.980.65-
YUV25.35123.29139.16-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 53.25%
GREEN value IS 19 (7.81% from 255) = 24.68%
BLUE value IS 17 (7.03% from 255) = 22.08%
R=53.25%
G=24.68%
B=22.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.59
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41191700.540.590.84541.3811.37
Hex2913110363B54529b
Octal5123210667312455113
Binary1010011001110001011011011101110101001011010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #291311; }

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

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

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

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

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

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

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

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