#291513

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

Shades of Seal Brown #291513

Tints of Seal Brown #291513

Color information

#291513 (or 0x291513) is unknown color: approx Seal Brown. HEX triplet: 29, 15 and 13. RGB value is (41,21,19). Sum of RGB (Red+Green+Blue) = 41+21+19=81 (10% of max value = 765). Red value is 41 (16.41% from 255 or 50.62% from 81); Green value is 21 (8.59% from 255 or 25.93% from 81); Blue value is 19 (7.81% from 255 or 23.46% from 81); Max value from RGB is 41 - color contains mainly: red. Hex color #291513 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #291513 is #D6EAEC. Grayscale: #1A1A1A. Windows color (decimal): -14084845 or 1250601. OLE color: 1250601.

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

Color convert

RGB412119-
CMYK00.490.540.84
HSL5.45º36.67%11.76%-
HSV(B)5.45º53.66%16.08%-
XYZ1.31.050.75-
YUV26.75123.63138.16-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 50.62%
GREEN value IS 21 (8.59% from 255) = 25.93%
BLUE value IS 19 (7.81% from 255) = 23.46%
R=50.62%
G=25.93%
B=23.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.54
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41211900.490.540.845.4536.6711.76
Hex2915130313654525c
Octal5125230616612454514
Binary1010011010110011011000111011010101001011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #291513; }

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

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

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

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

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

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

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

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