#291510

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

Shades of Seal Brown #291510

Tints of Seal Brown #291510

Color information

#291510 (or 0x291510) is unknown color: approx Seal Brown. HEX triplet: 29, 15 and 10. RGB value is (41,21,16). Sum of RGB (Red+Green+Blue) = 41+21+16=78 (10% of max value = 765). Red value is 41 (16.41% from 255 or 52.56% from 78); Green value is 21 (8.59% from 255 or 26.92% from 78); Blue value is 16 (6.64% from 255 or 20.51% from 78); Max value from RGB is 41 - color contains mainly: red. Hex color #291510 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #291510 is #D6EAEF. Grayscale: #1A1A1A. Windows color (decimal): -14084848 or 1053993. OLE color: 1053993.

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

Color convert

RGB412116-
CMYK00.490.610.84
HSL12º43.86%11.18%-
HSV(B)12º60.98%16.08%-
XYZ1.281.050.62-
YUV26.41122.13138.41-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 52.56%
GREEN value IS 21 (8.59% from 255) = 26.92%
BLUE value IS 16 (6.64% from 255) = 20.51%
R=52.56%
G=26.92%
B=20.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.61
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41211600.490.610.841243.8611.18
Hex2915100313D54c2cb
Octal51252006175124145413
Binary10100110101100000110001111101101010011001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #291510; }

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

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

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

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

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

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

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

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