Html Css Color HEX #291413 Seal Brown

📋 copy color: '#291413'

red 41 ◦ green 20 ◦ blue 19

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

Shades of Seal Brown #291413

Tints of Seal Brown #291413

RGB

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

 GREEN value IS 20 (8.2% from 255) = 25%

 BLUE value IS 19 (7.81% from 255) = 23.75%

R = 51.25%
G = 25%
B = 23.75%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.54

 K value IS 0.84

RGB Variations

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

Color information

#291413 (or 0x291413) is known color: 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

RGB 41 20 19 -
CMYK 0 0.51 0.54 0.84
HSL 2.73º 0.37% 0.12% -
HSV(B) 2.73º 0.54% 0.16% -
XYZ 1.28 1.02 0.75 -
YUV 26.17 123.96 138.58 -
System Red Green Blue C M Y K H S L
Decimal 41 20 19 0 0.51 0.54 0.84 2.73 0.37 0.12
Hex 29 14 13 0 33 36 54 3 25 C
Octal 51 24 23 0 63 66 124 3 45 14
Binary 101001 10100 10011 0 110011 110110 1010100 11 100101 1100

Color Harmonies of #291413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291413

Black with #291413

Text Example


Text Example

White with #291413

Text Example


Text Example

HTML Codes & Css Web 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>