#29120F

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

Shades of Seal Brown #29120F

Tints of Seal Brown #29120F

Color information

#29120F (or 0x29120F) is unknown color: approx Seal Brown. HEX triplet: 29, 12 and 0F. RGB value is (41,18,15). Sum of RGB (Red+Green+Blue) = 41+18+15=74 (9% of max value = 765). Red value is 41 (16.41% from 255 or 55.41% from 74); Green value is 18 (7.42% from 255 or 24.32% from 74); Blue value is 15 (6.25% from 255 or 20.27% from 74); Max value from RGB is 41 - color contains mainly: red. Hex color #29120F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #29120F is #D6EDF0. Grayscale: #181818. Windows color (decimal): -14085617 or 987689. OLE color: 987689.

HSL color Cylindrical-coordinate representation of color #29120F: hue angle of 6.92º 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 #29120F is Cyan = 0, Magento = 0.56, Yellow = 0.63 and Black (K on CMYK) = 0.84.

Color convert

RGB411815-
CMYK00.560.630.84
HSL6.92º46.43%10.98%-
HSV(B)6.92º63.41%16.08%-
XYZ1.220.940.57-
YUV24.54122.62139.74-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 55.41%
GREEN value IS 18 (7.42% from 255) = 24.32%
BLUE value IS 15 (6.25% from 255) = 20.27%
R=55.41%
G=24.32%
B=20.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.63
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41181500.560.630.846.9246.4310.98
Hex2912F0383F5472eb
Octal5122170707712475613
Binary101001100101111011100011111110101001111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29120F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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