#291312

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

Shades of Seal Brown #291312

Tints of Seal Brown #291312

Color information

#291312 (or 0x291312) is unknown color: approx Seal Brown. HEX triplet: 29, 13 and 12. RGB value is (41,19,18). Sum of RGB (Red+Green+Blue) = 41+19+18=78 (10% of max value = 765). Red value is 41 (16.41% from 255 or 52.56% from 78); Green value is 19 (7.81% from 255 or 24.36% from 78); Blue value is 18 (7.42% from 255 or 23.08% from 78); Max value from RGB is 41 - color contains mainly: red. Hex color #291312 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #291312 is #D6ECED. Grayscale: #191919. Windows color (decimal): -14085358 or 1184553. OLE color: 1184553.

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

Color convert

RGB411918-
CMYK00.540.560.84
HSL2.61º38.98%11.57%-
HSV(B)2.61º56.1%16.08%-
XYZ1.260.980.7-
YUV25.46123.79139.08-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 52.56%
GREEN value IS 19 (7.81% from 255) = 24.36%
BLUE value IS 18 (7.42% from 255) = 23.08%
R=52.56%
G=24.36%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.56
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41191800.540.560.842.6138.9811.57
Hex2913120363854327c
Octal5123220667012434714
Binary101001100111001001101101110001010100111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #291312; }

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

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

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

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

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

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

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

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