#291310

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

Shades of Seal Brown #291310

Tints of Seal Brown #291310

Color information

#291310 (or 0x291310) is unknown color: approx Seal Brown. HEX triplet: 29, 13 and 10. RGB value is (41,19,16). Sum of RGB (Red+Green+Blue) = 41+19+16=76 (10% of max value = 765). Red value is 41 (16.41% from 255 or 53.95% from 76); Green value is 19 (7.81% from 255 or 25% from 76); Blue value is 16 (6.64% from 255 or 21.05% from 76); Max value from RGB is 41 - color contains mainly: red. Hex color #291310 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #291310 is #D6ECEF. Grayscale: #191919. Windows color (decimal): -14085360 or 1053481. OLE color: 1053481.

HSL color Cylindrical-coordinate representation of color #291310: hue angle of 7.2º degrees, saturation: 0.44, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #291310 is Cyan = 0, Magento = 0.54, Yellow = 0.61 and Black (K on CMYK) = 0.84.

Color convert

RGB411916-
CMYK00.540.610.84
HSL7.2º43.86%11.18%-
HSV(B)7.2º60.98%16.08%-
XYZ1.240.970.61-
YUV25.24122.79139.24-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 53.95%
GREEN value IS 19 (7.81% from 255) = 25%
BLUE value IS 16 (6.64% from 255) = 21.05%
R=53.95%
G=25%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.61
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41191600.540.610.847.243.8611.18
Hex2913100363D5472cb
Octal5123200667512475413
Binary1010011001110000011011011110110101001111011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #291310; }

 p { color: rgb(41,19,16); }

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

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

 a { background-color: rgb(41,19,16); }

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

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

 span { border-color: rgb(41,19,16); }

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