#291313

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

Shades of Seal Brown #291313

Tints of Seal Brown #291313

Color information

#291313 (or 0x291313) is unknown color: approx Seal Brown. HEX triplet: 29, 13 and 13. RGB value is (41,19,19). Sum of RGB (Red+Green+Blue) = 41+19+19=79 (10% of max value = 765). Red value is 41 (16.41% from 255 or 51.90% from 79); Green value is 19 (7.81% from 255 or 24.05% from 79); Blue value is 19 (7.81% from 255 or 24.05% from 79); Max value from RGB is 41 - color contains mainly: red. Hex color #291313 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #291313 is #D6ECEC. Grayscale: #191919. Windows color (decimal): -14085357 or 1250089. OLE color: 1250089.

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

Color convert

RGB411919-
CMYK00.540.540.84
HSL36.67%11.76%-
HSV(B)53.66%16.08%-
XYZ1.260.980.74-
YUV25.58124.29139-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 51.90%
GREEN value IS 19 (7.81% from 255) = 24.05%
BLUE value IS 19 (7.81% from 255) = 24.05%
R=51.90%
G=24.05%
B=24.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.54
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41191900.540.540.84036.6711.76
Hex2913130363654025c
Octal5123230666612404514
Binary10100110011100110110110110110101010001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #291313; }

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

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

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

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

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

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

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

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