#29130E

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

Shades of Seal Brown #29130E

Tints of Seal Brown #29130E

Color information

#29130E (or 0x29130E) is unknown color: approx Seal Brown. HEX triplet: 29, 13 and 0E. RGB value is (41,19,14). Sum of RGB (Red+Green+Blue) = 41+19+14=74 (9% of max value = 765). Red value is 41 (16.41% from 255 or 55.41% from 74); Green value is 19 (7.81% from 255 or 25.68% from 74); Blue value is 14 (5.86% from 255 or 18.92% from 74); Max value from RGB is 41 - color contains mainly: red. Hex color #29130E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #29130E is #D6ECF1. Grayscale: #191919. Windows color (decimal): -14085362 or 922409. OLE color: 922409.

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

Color convert

RGB411914-
CMYK00.540.660.84
HSL11.11º49.09%10.78%-
HSV(B)11.11º65.85%16.08%-
XYZ1.230.970.54-
YUV25.01121.79139.41-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 55.41%
GREEN value IS 19 (7.81% from 255) = 25.68%
BLUE value IS 14 (5.86% from 255) = 18.92%
R=55.41%
G=25.68%
B=18.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.66
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41191400.540.660.8411.1149.0910.78
Hex2913E0364254b31b
Octal512316066102124136113
Binary10100110011111001101101000010101010010111100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29130E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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