Html Css Color HEX #291614 Seal Brown

📋 copy color: '#291614'

red 41 ◦ green 22 ◦ blue 20

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

Shades of Seal Brown #291614

Tints of Seal Brown #291614

RGB

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

 GREEN value IS 22 (8.98% from 255) = 26.51%

 BLUE value IS 20 (8.2% from 255) = 24.1%

R = 49.4%
G = 26.51%
B = 24.1%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.51

 K value IS 0.84

RGB Variations

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

Color information

#291614 (or 0x291614) is known color: Seal Brown. HEX triplet: 29, 16 and 14. RGB value is (41,22,20). Sum of RGB (Red+Green+Blue) = 41+22+20=83 (10% of max value = 765). Red value is 41 (16.41% from 255 or 49.40% from 83); Green value is 22 (8.98% from 255 or 26.51% from 83); Blue value is 20 (8.20% from 255 or 24.10% from 83); Max value from RGB is 41 - color contains mainly: red. Hex color #291614 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #291614 is #D6E9EB. Grayscale: #1B1B1B. Windows color (decimal): -14084588 or 1316393. OLE color: 1316393.

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

Color convert

RGB 41 22 20 -
CMYK 0 0.46 0.51 0.84
HSL 5.71º 0.34% 0.12% -
HSV(B) 5.71º 0.51% 0.16% -
XYZ 1.33 1.1 0.8 -
YUV 27.45 123.79 137.66 -
System Red Green Blue C M Y K H S L
Decimal 41 22 20 0 0.46 0.51 0.84 5.71 0.34 0.12
Hex 29 16 14 0 2E 33 54 6 22 C
Octal 51 26 24 0 56 63 124 6 42 14
Binary 101001 10110 10100 0 101110 110011 1010100 110 100010 1100

Color Harmonies of #291614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291614

Black with #291614

Text Example


Text Example

White with #291614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #291614; }

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

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

background-color css

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

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

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

border-color css

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

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

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