#29120C

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

Shades of Seal Brown #29120C

Tints of Seal Brown #29120C

Color information

#29120C (or 0x29120C) is unknown color: approx Seal Brown. HEX triplet: 29, 12 and 0C. RGB value is (41,18,12). Sum of RGB (Red+Green+Blue) = 41+18+12=71 (9% of max value = 765). Red value is 41 (16.41% from 255 or 57.75% from 71); Green value is 18 (7.42% from 255 or 25.35% from 71); Blue value is 12 (5.08% from 255 or 16.90% from 71); Max value from RGB is 41 - color contains mainly: red. Hex color #29120C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #29120C is #D6EDF3. Grayscale: #181818. Windows color (decimal): -14085620 or 791081. OLE color: 791081.

HSL color Cylindrical-coordinate representation of color #29120C: hue angle of 12.41º degrees, saturation: 0.55, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #29120C is Cyan = 0, Magento = 0.56, Yellow = 0.71 and Black (K on CMYK) = 0.84.

Color convert

RGB411812-
CMYK00.560.710.84
HSL12.41º54.72%10.39%-
HSV(B)12.41º70.73%16.08%-
XYZ1.20.930.46-
YUV24.19121.12139.99-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 57.75%
GREEN value IS 18 (7.42% from 255) = 25.35%
BLUE value IS 12 (5.08% from 255) = 16.90%
R=57.75%
G=25.35%
B=16.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.71
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41181200.560.710.8412.4154.7210.39
Hex2912C0384754c37a
Octal512214070107124146712
Binary10100110010110001110001000111101010011001101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29120C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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