Html Css Color HEX #291509 Wood Bark

📋 copy color: '#291509'

red 41 ◦ green 21 ◦ blue 9

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

Shades of Wood Bark #291509

Tints of Wood Bark #291509

RGB

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

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

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

R = 57.75%
G = 29.58%
B = 12.68%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.78

 K value IS 0.84

RGB Variations

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

Color information

#291509 (or 0x291509) is known color: Wood Bark. HEX triplet: 29, 15 and 09. RGB value is (41,21,9). Sum of RGB (Red+Green+Blue) = 41+21+9=71 (9% of max value = 765). Red value is 41 (16.41% from 255 or 57.75% from 71); Green value is 21 (8.59% from 255 or 29.58% from 71); Blue value is 9 (3.91% from 255 or 12.68% from 71); Max value from RGB is 41 - color contains mainly: red. Hex color #291509 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #291509 is #D6EAF6. Grayscale: #191919. Windows color (decimal): -14084855 or 595241. OLE color: 595241.

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

Color convert

RGB 41 21 9 -
CMYK 0 0.49 0.78 0.84
HSL 22.5º 0.64% 0.1% -
HSV(B) 22.5º 0.78% 0.16% -
XYZ 1.23 1.03 0.39 -
YUV 25.61 118.63 138.98 -
System Red Green Blue C M Y K H S L
Decimal 41 21 9 0 0.49 0.78 0.84 22.5 0.64 0.1
Hex 29 15 9 0 31 4E 54 16 40 A
Octal 51 25 11 0 61 116 124 26 100 12
Binary 101001 10101 1001 0 110001 1001110 1010100 10110 1000000 1010

Color Harmonies of #291509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291509

Black with #291509

Text Example


Text Example

White with #291509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #291509; }

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

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

background-color css

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

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

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

border-color css

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

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

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