#29140B

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

Shades of Seal Brown #29140B

Tints of Seal Brown #29140B

Color information

#29140B (or 0x29140B) is unknown color: approx Seal Brown. HEX triplet: 29, 14 and 0B. RGB value is (41,20,11). Sum of RGB (Red+Green+Blue) = 41+20+11=72 (9% of max value = 765). Red value is 41 (16.41% from 255 or 56.94% from 72); Green value is 20 (8.20% from 255 or 27.78% from 72); Blue value is 11 (4.69% from 255 or 15.28% from 72); Max value from RGB is 41 - color contains mainly: red. Hex color #29140B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #29140B is #D6EBF4. Grayscale: #191919. Windows color (decimal): -14085109 or 726057. OLE color: 726057.

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

Color convert

RGB412011-
CMYK00.510.730.84
HSL18º57.69%10.2%-
HSV(B)18º73.17%16.08%-
XYZ1.2310.44-
YUV25.25119.96139.23-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 56.94%
GREEN value IS 20 (8.20% from 255) = 27.78%
BLUE value IS 11 (4.69% from 255) = 15.28%
R=56.94%
G=27.78%
B=15.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.73
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41201100.510.730.841857.6910.2
Hex2914B0334954123aa
Octal512413063111124227212
Binary101001101001011011001110010011010100100101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29140B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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