Html Css Color HEX #291514 Seal Brown

📋 copy color: '#291514'

red 41 ◦ green 21 ◦ blue 20

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

Shades of Seal Brown #291514

Tints of Seal Brown #291514

RGB

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

 GREEN value IS 21 (8.59% from 255) = 25.61%

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

R = 50%
G = 25.61%
B = 24.39%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.51

 K value IS 0.84

RGB Variations

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

Color information

#291514 (or 0x291514) is known color: Seal Brown. HEX triplet: 29, 15 and 14. RGB value is (41,21,20). Sum of RGB (Red+Green+Blue) = 41+21+20=82 (10% of max value = 765). Red value is 41 (16.41% from 255 or 50% from 82); Green value is 21 (8.59% from 255 or 25.61% from 82); Blue value is 20 (8.20% from 255 or 24.39% from 82); Max value from RGB is 41 - color contains mainly: red. Hex color #291514 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #291514 is #D6EAEB. Grayscale: #1A1A1A. Windows color (decimal): -14084844 or 1316137. OLE color: 1316137.

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

Color convert

RGB 41 21 20 -
CMYK 0 0.49 0.51 0.84
HSL 2.86º 0.34% 0.12% -
HSV(B) 2.86º 0.51% 0.16% -
XYZ 1.31 1.06 0.8 -
YUV 26.87 124.13 138.08 -
System Red Green Blue C M Y K H S L
Decimal 41 21 20 0 0.49 0.51 0.84 2.86 0.34 0.12
Hex 29 15 14 0 31 33 54 3 22 C
Octal 51 25 24 0 61 63 124 3 42 14
Binary 101001 10101 10100 0 110001 110011 1010100 11 100010 1100

Color Harmonies of #291514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291514

Black with #291514

Text Example


Text Example

White with #291514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #291514; }

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

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

background-color css

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

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

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

border-color css

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

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

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