#29130A

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

Shades of Seal Brown #29130A

Tints of Seal Brown #29130A

Color information

#29130A (or 0x29130A) is unknown color: approx Seal Brown. HEX triplet: 29, 13 and 0A. RGB value is (41,19,10). Sum of RGB (Red+Green+Blue) = 41+19+10=70 (9% of max value = 765). Red value is 41 (16.41% from 255 or 58.57% from 70); Green value is 19 (7.81% from 255 or 27.14% from 70); Blue value is 10 (4.30% from 255 or 14.29% from 70); Max value from RGB is 41 - color contains mainly: red. Hex color #29130A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #29130A is #D6ECF5. Grayscale: #181818. Windows color (decimal): -14085366 or 660265. OLE color: 660265.

HSL color Cylindrical-coordinate representation of color #29130A: hue angle of 17.42º degrees, saturation: 0.61, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #29130A is Cyan = 0, Magento = 0.54, Yellow = 0.76 and Black (K on CMYK) = 0.84.

Color convert

RGB411910-
CMYK00.540.760.84
HSL17.42º60.78%10%-
HSV(B)17.42º75.61%16.08%-
XYZ1.20.960.41-
YUV24.55119.79139.73-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 58.57%
GREEN value IS 19 (7.81% from 255) = 27.14%
BLUE value IS 10 (4.30% from 255) = 14.29%
R=58.57%
G=27.14%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.76
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41191000.540.760.8417.4260.7810
Hex2913A0364C54113da
Octal512312066114124217512
Binary101001100111010011011010011001010100100011111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29130A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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