#29100B

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

Shades of Seal Brown #29100B

Tints of Seal Brown #29100B

Color information

#29100B (or 0x29100B) is unknown color: approx Seal Brown. HEX triplet: 29, 10 and 0B. RGB value is (41,16,11). Sum of RGB (Red+Green+Blue) = 41+16+11=68 (9% of max value = 765). Red value is 41 (16.41% from 255 or 60.29% from 68); Green value is 16 (6.64% from 255 or 23.53% from 68); Blue value is 11 (4.69% from 255 or 16.18% from 68); Max value from RGB is 41 - color contains mainly: red. Hex color #29100B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #29100B is #D6EFF4. Grayscale: #161616. Windows color (decimal): -14086133 or 725033. OLE color: 725033.

HSL color Cylindrical-coordinate representation of color #29100B: hue angle of 10º 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 #29100B is Cyan = 0, Magento = 0.61, Yellow = 0.73 and Black (K on CMYK) = 0.84.

Color convert

RGB411611-
CMYK00.610.730.84
HSL10º57.69%10.2%-
HSV(B)10º73.17%16.08%-
XYZ1.160.870.42-
YUV22.9121.28140.91-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 60.29%
GREEN value IS 16 (6.64% from 255) = 23.53%
BLUE value IS 11 (4.69% from 255) = 16.18%
R=60.29%
G=23.53%
B=16.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.73
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41161100.610.730.841057.6910.2
Hex2910B03D4954a3aa
Octal512013075111124127212
Binary10100110000101101111011001001101010010101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29100B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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