Html Css Color HEX #291409 Wood Bark

📋 copy color: '#291409'

red 41 ◦ green 20 ◦ blue 9

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

Shades of Wood Bark #291409

Tints of Wood Bark #291409

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 12.86%

R = 58.57%
G = 28.57%
B = 12.86%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.78

 K value IS 0.84

RGB Variations

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

Color information

#291409 (or 0x291409) is known color: Wood Bark. HEX triplet: 29, 14 and 09. RGB value is (41,20,9). Sum of RGB (Red+Green+Blue) = 41+20+9=70 (9% of max value = 765). Red value is 41 (16.41% from 255 or 58.57% from 70); Green value is 20 (8.20% from 255 or 28.57% from 70); Blue value is 9 (3.91% from 255 or 12.86% from 70); Max value from RGB is 41 - color contains mainly: red. Hex color #291409 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #291409 is #D6EBF6. Grayscale: #191919. Windows color (decimal): -14085111 or 594985. OLE color: 594985.

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

Color convert

RGB 41 20 9 -
CMYK 0 0.51 0.78 0.84
HSL 20.63º 0.64% 0.1% -
HSV(B) 20.63º 0.78% 0.16% -
XYZ 1.21 0.99 0.39 -
YUV 25.03 118.96 139.39 -
System Red Green Blue C M Y K H S L
Decimal 41 20 9 0 0.51 0.78 0.84 20.63 0.64 0.1
Hex 29 14 9 0 33 4E 54 15 40 A
Octal 51 24 11 0 63 116 124 25 100 12
Binary 101001 10100 1001 0 110011 1001110 1010100 10101 1000000 1010

Color Harmonies of #291409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291409

Black with #291409

Text Example


Text Example

White with #291409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #291409; }

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

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

background-color css

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

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

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

border-color css

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

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

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