#291515

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

Shades of Seal Brown #291515

Tints of Seal Brown #291515

Color information

#291515 (or 0x291515) is unknown color: approx Seal Brown. HEX triplet: 29, 15 and 15. RGB value is (41,21,21). Sum of RGB (Red+Green+Blue) = 41+21+21=83 (10% of max value = 765). Red value is 41 (16.41% from 255 or 49.40% from 83); Green value is 21 (8.59% from 255 or 25.30% from 83); Blue value is 21 (8.59% from 255 or 25.30% from 83); Max value from RGB is 41 - color contains mainly: red. Hex color #291515 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #291515 is #D6EAEA. Grayscale: #1A1A1A. Windows color (decimal): -14084843 or 1381673. OLE color: 1381673.

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

Color convert

RGB412121-
CMYK00.490.490.84
HSL32.26%12.16%-
HSV(B)48.78%16.08%-
XYZ1.321.060.84-
YUV26.98124.63138-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 49.40%
GREEN value IS 21 (8.59% from 255) = 25.30%
BLUE value IS 21 (8.59% from 255) = 25.30%
R=49.40%
G=25.30%
B=25.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.49
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41212100.490.490.84032.2612.16
Hex2915150313154020c
Octal5125250616112404014
Binary10100110101101010110001110001101010001000001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #291515; }

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

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

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

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

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

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

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

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