#291614

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

Shades of Seal Brown #291614

Tints of Seal Brown #291614

Color information

#291614 (or 0x291614) is unknown color: approx Seal Brown. HEX triplet: 29, 16 and 14. RGB value is (41,22,20). Sum of RGB (Red+Green+Blue) = 41+22+20=83 (10% of max value = 765). Red value is 41 (16.41% from 255 or 49.40% from 83); Green value is 22 (8.98% from 255 or 26.51% from 83); Blue value is 20 (8.20% from 255 or 24.10% from 83); Max value from RGB is 41 - color contains mainly: red. Hex color #291614 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #291614 is #D6E9EB. Grayscale: #1B1B1B. Windows color (decimal): -14084588 or 1316393. OLE color: 1316393.

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

Color convert

RGB412220-
CMYK00.460.510.84
HSL5.71º34.43%11.96%-
HSV(B)5.71º51.22%16.08%-
XYZ1.331.10.8-
YUV27.45123.79137.66-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 49.40%
GREEN value IS 22 (8.98% from 255) = 26.51%
BLUE value IS 20 (8.20% from 255) = 24.10%
R=49.40%
G=26.51%
B=24.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.51
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41222000.460.510.845.7134.4311.96
Hex29161402E3354622c
Octal5126240566312464214
Binary1010011011010100010111011001110101001101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #291614; }

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

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

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

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

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

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

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

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