Html Css Color HEX #291311 Seal Brown

📋 copy color: '#291311'

red 41 ◦ green 19 ◦ blue 17

#291311
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Seal Brown #291311

Tints of Seal Brown #291311

RGB

 RED value IS 41 (16.41% from 255) = 53.25%

 GREEN value IS 19 (7.81% from 255) = 24.68%

 BLUE value IS 17 (7.03% from 255) = 22.08%

R = 53.25%
G = 24.68%
B = 22.08%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.59

 K value IS 0.84

RGB Variations

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

Color information

#291311 (or 0x291311) is known color: Seal Brown. HEX triplet: 29, 13 and 11. RGB value is (41,19,17). Sum of RGB (Red+Green+Blue) = 41+19+17=77 (10% of max value = 765). Red value is 41 (16.41% from 255 or 53.25% from 77); Green value is 19 (7.81% from 255 or 24.68% from 77); Blue value is 17 (7.03% from 255 or 22.08% from 77); Max value from RGB is 41 - color contains mainly: red. Hex color #291311 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #291311 is #D6ECEE. Grayscale: #191919. Windows color (decimal): -14085359 or 1119017. OLE color: 1119017.

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

Color convert

RGB 41 19 17 -
CMYK 0 0.54 0.59 0.84
HSL 0.41% 0.11% -
HSV(B) 0.59% 0.16% -
XYZ 1.25 0.98 0.65 -
YUV 25.35 123.29 139.16 -
System Red Green Blue C M Y K H S L
Decimal 41 19 17 0 0.54 0.59 0.84 5 0.41 0.11
Hex 29 13 11 0 36 3B 54 5 29 B
Octal 51 23 21 0 66 73 124 5 51 13
Binary 101001 10011 10001 0 110110 111011 1010100 101 101001 1011

Color Harmonies of #291311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291311

Black with #291311

Text Example


Text Example

White with #291311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #291311; }

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

 H1.HeaderClassName
 {
   color: #291311;
 }
 .AnyTagClassName
 {
   color: #291311;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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