#29150D

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

Shades of Seal Brown #29150D

Tints of Seal Brown #29150D

Color information

#29150D (or 0x29150D) is unknown color: approx Seal Brown. HEX triplet: 29, 15 and 0D. RGB value is (41,21,13). Sum of RGB (Red+Green+Blue) = 41+21+13=75 (9% of max value = 765). Red value is 41 (16.41% from 255 or 54.67% from 75); Green value is 21 (8.59% from 255 or 28% from 75); Blue value is 13 (5.47% from 255 or 17.33% from 75); Max value from RGB is 41 - color contains mainly: red. Hex color #29150D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #29150D is #D6EAF2. Grayscale: #1A1A1A. Windows color (decimal): -14084851 or 857385. OLE color: 857385.

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

Color convert

RGB412113-
CMYK00.490.680.84
HSL17.14º51.85%10.59%-
HSV(B)17.14º68.29%16.08%-
XYZ1.261.040.51-
YUV26.07120.63138.65-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 54.67%
GREEN value IS 21 (8.59% from 255) = 28%
BLUE value IS 13 (5.47% from 255) = 17.33%
R=54.67%
G=28%
B=17.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.68
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41211300.490.680.8417.1451.8510.59
Hex2915D03144541134b
Octal512515061104124216413
Binary101001101011101011000110001001010100100011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29150D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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