#29110D

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

Shades of Seal Brown #29110D

Tints of Seal Brown #29110D

Color information

#29110D (or 0x29110D) is unknown color: approx Seal Brown. HEX triplet: 29, 11 and 0D. RGB value is (41,17,13). Sum of RGB (Red+Green+Blue) = 41+17+13=71 (9% of max value = 765). Red value is 41 (16.41% from 255 or 57.75% from 71); Green value is 17 (7.03% from 255 or 23.94% from 71); Blue value is 13 (5.47% from 255 or 18.31% from 71); Max value from RGB is 41 - color contains mainly: red. Hex color #29110D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #29110D is #D6EEF2. Grayscale: #171717. Windows color (decimal): -14085875 or 856361. OLE color: 856361.

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

Color convert

RGB411713-
CMYK00.590.680.84
HSL8.57º51.85%10.59%-
HSV(B)8.57º68.29%16.08%-
XYZ1.190.90.49-
YUV23.72121.95140.33-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 57.75%
GREEN value IS 17 (7.03% from 255) = 23.94%
BLUE value IS 13 (5.47% from 255) = 18.31%
R=57.75%
G=23.94%
B=18.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.68
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41171300.590.680.848.5751.8510.59
Hex2911D03B4454934b
Octal512115073104124116413
Binary10100110001110101110111000100101010010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29110D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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