#29110B

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

Shades of Seal Brown #29110B

Tints of Seal Brown #29110B

Color information

#29110B (or 0x29110B) is unknown color: approx Seal Brown. HEX triplet: 29, 11 and 0B. RGB value is (41,17,11). Sum of RGB (Red+Green+Blue) = 41+17+11=69 (9% of max value = 765). Red value is 41 (16.41% from 255 or 59.42% from 69); Green value is 17 (7.03% from 255 or 24.64% from 69); Blue value is 11 (4.69% from 255 or 15.94% from 69); Max value from RGB is 41 - color contains mainly: red. Hex color #29110B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #29110B is #D6EEF4. Grayscale: #171717. Windows color (decimal): -14085877 or 725289. OLE color: 725289.

HSL color Cylindrical-coordinate representation of color #29110B: hue angle of 12º degrees, saturation: 0.58, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #29110B is Cyan = 0, Magento = 0.59, Yellow = 0.73 and Black (K on CMYK) = 0.84.

Color convert

RGB411711-
CMYK00.590.730.84
HSL12º57.69%10.2%-
HSV(B)12º73.17%16.08%-
XYZ1.180.90.43-
YUV23.49120.95140.49-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 59.42%
GREEN value IS 17 (7.03% from 255) = 24.64%
BLUE value IS 11 (4.69% from 255) = 15.94%
R=59.42%
G=24.64%
B=15.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.73
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41171100.590.730.841257.6910.2
Hex2911B03B4954c3aa
Octal512113073111124147212
Binary10100110001101101110111001001101010011001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29110B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29110B; }

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

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

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

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

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

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

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

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