#29130D

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

Shades of Seal Brown #29130D

Tints of Seal Brown #29130D

Color information

#29130D (or 0x29130D) is unknown color: approx Seal Brown. HEX triplet: 29, 13 and 0D. RGB value is (41,19,13). Sum of RGB (Red+Green+Blue) = 41+19+13=73 (9% of max value = 765). Red value is 41 (16.41% from 255 or 56.16% from 73); Green value is 19 (7.81% from 255 or 26.03% from 73); Blue value is 13 (5.47% from 255 or 17.81% from 73); Max value from RGB is 41 - color contains mainly: red. Hex color #29130D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #29130D is #D6ECF2. Grayscale: #181818. Windows color (decimal): -14085363 or 856873. OLE color: 856873.

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

Color convert

RGB411913-
CMYK00.540.680.84
HSL12.86º51.85%10.59%-
HSV(B)12.86º68.29%16.08%-
XYZ1.220.970.5-
YUV24.89121.29139.49-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 56.16%
GREEN value IS 19 (7.81% from 255) = 26.03%
BLUE value IS 13 (5.47% from 255) = 17.81%
R=56.16%
G=26.03%
B=17.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.68
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41191300.540.680.8412.8651.8510.59
Hex2913D0364454d34b
Octal512315066104124156413
Binary10100110011110101101101000100101010011011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29130D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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