Html Css Color HEX #291714 Seal Brown

📋 copy color: '#291714'

red 41 ◦ green 23 ◦ blue 20

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

Shades of Seal Brown #291714

Tints of Seal Brown #291714

RGB

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

 GREEN value IS 23 (9.38% from 255) = 27.38%

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

R = 48.81%
G = 27.38%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.51

 K value IS 0.84

RGB Variations

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

Color information

#291714 (or 0x291714) is known color: Seal Brown. HEX triplet: 29, 17 and 14. RGB value is (41,23,20). Sum of RGB (Red+Green+Blue) = 41+23+20=84 (11% of max value = 765). Red value is 41 (16.41% from 255 or 48.81% from 84); Green value is 23 (9.38% from 255 or 27.38% from 84); Blue value is 20 (8.20% from 255 or 23.81% from 84); Max value from RGB is 41 - color contains mainly: red. Hex color #291714 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #291714 is #D6E8EB. Grayscale: #1C1C1C. Windows color (decimal): -14084332 or 1316649. OLE color: 1316649.

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

Color convert

RGB 41 23 20 -
CMYK 0 0.44 0.51 0.84
HSL 8.57º 0.34% 0.12% -
HSV(B) 8.57º 0.51% 0.16% -
XYZ 1.35 1.13 0.81 -
YUV 28.04 123.46 137.24 -
System Red Green Blue C M Y K H S L
Decimal 41 23 20 0 0.44 0.51 0.84 8.57 0.34 0.12
Hex 29 17 14 0 2C 33 54 9 22 C
Octal 51 27 24 0 54 63 124 11 42 14
Binary 101001 10111 10100 0 101100 110011 1010100 1001 100010 1100

Color Harmonies of #291714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291714

Black with #291714

Text Example


Text Example

White with #291714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #291714; }

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

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

background-color css

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

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

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

border-color css

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

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

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