Html Css Color HEX #291814 Seal Brown

📋 copy color: '#291814'

red 41 ◦ green 24 ◦ blue 20

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

Shades of Seal Brown #291814

Tints of Seal Brown #291814

RGB

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

 GREEN value IS 24 (9.77% from 255) = 28.24%

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

R = 48.24%
G = 28.24%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.51

 K value IS 0.84

RGB Variations

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

Color information

#291814 (or 0x291814) is known color: Seal Brown. HEX triplet: 29, 18 and 14. RGB value is (41,24,20). Sum of RGB (Red+Green+Blue) = 41+24+20=85 (11% of max value = 765). Red value is 41 (16.41% from 255 or 48.24% from 85); Green value is 24 (9.77% from 255 or 28.24% from 85); Blue value is 20 (8.20% from 255 or 23.53% from 85); Max value from RGB is 41 - color contains mainly: red. Hex color #291814 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #291814 is #D6E7EB. Grayscale: #1C1C1C. Windows color (decimal): -14084076 or 1316905. OLE color: 1316905.

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

Color convert

RGB 41 24 20 -
CMYK 0 0.41 0.51 0.84
HSL 11.43º 0.34% 0.12% -
HSV(B) 11.43º 0.51% 0.16% -
XYZ 1.37 1.18 0.82 -
YUV 28.63 123.13 136.83 -
System Red Green Blue C M Y K H S L
Decimal 41 24 20 0 0.41 0.51 0.84 11.43 0.34 0.12
Hex 29 18 14 0 29 33 54 B 22 C
Octal 51 30 24 0 51 63 124 13 42 14
Binary 101001 11000 10100 0 101001 110011 1010100 1011 100010 1100

Color Harmonies of #291814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291814

Black with #291814

Text Example


Text Example

White with #291814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #291814; }

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

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

background-color css

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

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

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

border-color css

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

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

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