#291413

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

Shades of Seal Brown #291413

Tints of Seal Brown #291413

Color information

#291413 (or 0x291413) is unknown color: approx Seal Brown. HEX triplet: 29, 14 and 13. RGB value is (41,20,19). Sum of RGB (Red+Green+Blue) = 41+20+19=80 (10% of max value = 765). Red value is 41 (16.41% from 255 or 51.25% from 80); Green value is 20 (8.20% from 255 or 25% from 80); Blue value is 19 (7.81% from 255 or 23.75% from 80); Max value from RGB is 41 - color contains mainly: red. Hex color #291413 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #291413 is #D6EBEC. Grayscale: #1A1A1A. Windows color (decimal): -14085101 or 1250345. OLE color: 1250345.

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

Color convert

RGB412019-
CMYK00.510.540.84
HSL2.73º36.67%11.76%-
HSV(B)2.73º53.66%16.08%-
XYZ1.281.020.75-
YUV26.16123.96138.58-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 51.25%
GREEN value IS 20 (8.20% from 255) = 25%
BLUE value IS 19 (7.81% from 255) = 23.75%
R=51.25%
G=25%
B=23.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.54
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41201900.510.540.842.7336.6711.76
Hex2914130333654325c
Octal5124230636612434514
Binary101001101001001101100111101101010100111001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #291413; }

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

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

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

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

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

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

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

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