#291104

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

Shades of Seal Brown #291104

Tints of Seal Brown #291104

Color information

#291104 (or 0x291104) is unknown color: approx Seal Brown. HEX triplet: 29, 11 and 04. RGB value is (41,17,4). Sum of RGB (Red+Green+Blue) = 41+17+4=62 (8% of max value = 765). Red value is 41 (16.41% from 255 or 66.13% from 62); Green value is 17 (7.03% from 255 or 27.42% from 62); Blue value is 4 (1.95% from 255 or 6.45% from 62); Max value from RGB is 41 - color contains mainly: red. Hex color #291104 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #291104 is #D6EEFB. Grayscale: #161616. Windows color (decimal): -14085884 or 266537. OLE color: 266537.

HSL color Cylindrical-coordinate representation of color #291104: hue angle of 21.08º degrees, saturation: 0.82, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #291104 is Cyan = 0, Magento = 0.59, Yellow = 0.90 and Black (K on CMYK) = 0.84.

Color convert

RGB41174-
CMYK00.590.900.84
HSL21.08º82.22%8.82%-
HSV(B)21.08º90.24%16.08%-
XYZ1.140.880.23-
YUV22.69117.45141.06-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 66.13%
GREEN value IS 17 (7.03% from 255) = 27.42%
BLUE value IS 4 (1.95% from 255) = 6.45%
R=66.13%
G=27.42%
B=6.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.90
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4117400.590.900.8421.0882.228.82
Hex2911403B5A5415529
Octal512140731321242512211
Binary101001100011000111011101101010101001010110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #291104; }

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

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

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

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

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

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

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

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