#29140F

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

Shades of Seal Brown #29140F

Tints of Seal Brown #29140F

Color information

#29140F (or 0x29140F) is unknown color: approx Seal Brown. HEX triplet: 29, 14 and 0F. RGB value is (41,20,15). Sum of RGB (Red+Green+Blue) = 41+20+15=76 (10% of max value = 765). Red value is 41 (16.41% from 255 or 53.95% from 76); Green value is 20 (8.20% from 255 or 26.32% from 76); Blue value is 15 (6.25% from 255 or 19.74% from 76); Max value from RGB is 41 - color contains mainly: red. Hex color #29140F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #29140F is #D6EBF0. Grayscale: #191919. Windows color (decimal): -14085105 or 988201. OLE color: 988201.

HSL color Cylindrical-coordinate representation of color #29140F: hue angle of 11.54º degrees, saturation: 0.46, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #29140F is Cyan = 0, Magento = 0.51, Yellow = 0.63 and Black (K on CMYK) = 0.84.

Color convert

RGB412015-
CMYK00.510.630.84
HSL11.54º46.43%10.98%-
HSV(B)11.54º63.41%16.08%-
XYZ1.251.010.58-
YUV25.71121.96138.91-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 53.95%
GREEN value IS 20 (8.20% from 255) = 26.32%
BLUE value IS 15 (6.25% from 255) = 19.74%
R=53.95%
G=26.32%
B=19.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.63
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41201500.510.630.8411.5446.4310.98
Hex2914F0333F54c2eb
Octal51241706377124145613
Binary1010011010011110110011111111101010011001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29140F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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