#291714

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

Shades of Seal Brown #291714

Tints of Seal Brown #291714

Color information

#291714 (or 0x291714) is unknown color: approx Seal Brown. HEX triplet: 29, 17 and 14. RGB value is (41,23,20). Sum of RGB (Red+Green+Blue) = 41+23+20=84 (11% of max value = 765). Red value is 41 (16.41% from 255 or 48.81% from 84); Green value is 23 (9.38% from 255 or 27.38% from 84); Blue value is 20 (8.20% from 255 or 23.81% from 84); Max value from RGB is 41 - color contains mainly: red. Hex color #291714 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #291714 is #D6E8EB. Grayscale: #1C1C1C. Windows color (decimal): -14084332 or 1316649. OLE color: 1316649.

HSL color Cylindrical-coordinate representation of color #291714: hue angle of 8.57º 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 #291714 is Cyan = 0, Magento = 0.44, Yellow = 0.51 and Black (K on CMYK) = 0.84.

Color convert

RGB412320-
CMYK00.440.510.84
HSL8.57º34.43%11.96%-
HSV(B)8.57º51.22%16.08%-
XYZ1.351.130.81-
YUV28.04123.46137.24-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 48.81%
GREEN value IS 23 (9.38% from 255) = 27.38%
BLUE value IS 20 (8.20% from 255) = 23.81%
R=48.81%
G=27.38%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.51
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41232000.440.510.848.5734.4311.96
Hex29171402C3354922c
Octal51272405463124114214
Binary10100110111101000101100110011101010010011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #291714; }

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

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

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

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

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

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

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

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