#291412

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

Shades of Seal Brown #291412

Tints of Seal Brown #291412

Color information

#291412 (or 0x291412) is unknown color: approx Seal Brown. HEX triplet: 29, 14 and 12. RGB value is (41,20,18). Sum of RGB (Red+Green+Blue) = 41+20+18=79 (10% of max value = 765). Red value is 41 (16.41% from 255 or 51.90% from 79); Green value is 20 (8.20% from 255 or 25.32% from 79); Blue value is 18 (7.42% from 255 or 22.78% from 79); Max value from RGB is 41 - color contains mainly: red. Hex color #291412 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #291412 is #D6EBED. Grayscale: #1A1A1A. Windows color (decimal): -14085102 or 1184809. OLE color: 1184809.

HSL color Cylindrical-coordinate representation of color #291412: hue angle of 5.22º degrees, saturation: 0.39, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #291412 is Cyan = 0, Magento = 0.51, Yellow = 0.56 and Black (K on CMYK) = 0.84.

Color convert

RGB412018-
CMYK00.510.560.84
HSL5.22º38.98%11.57%-
HSV(B)5.22º56.1%16.08%-
XYZ1.271.020.7-
YUV26.05123.46138.66-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 51.90%
GREEN value IS 20 (8.20% from 255) = 25.32%
BLUE value IS 18 (7.42% from 255) = 22.78%
R=51.90%
G=25.32%
B=22.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.56
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41201800.510.560.845.2238.9811.57
Hex2914120333854527c
Octal5124220637012454714
Binary1010011010010010011001111100010101001011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #291412; }

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

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

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

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

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

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

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

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