Html Css Color HEX #291D15 Wood Bark

📋 copy color: '#291D15'

red 41 ◦ green 29 ◦ blue 21

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

Shades of Wood Bark #291D15

Tints of Wood Bark #291D15

RGB

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

 GREEN value IS 29 (11.72% from 255) = 31.87%

 BLUE value IS 21 (8.59% from 255) = 23.08%

R = 45.05%
G = 31.87%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.49

 K value IS 0.84

RGB Variations

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

Color information

#291D15 (or 0x291D15) is known color: Wood Bark. HEX triplet: 29, 1D and 15. RGB value is (41,29,21). Sum of RGB (Red+Green+Blue) = 41+29+21=91 (12% of max value = 765). Red value is 41 (16.41% from 255 or 45.05% from 91); Green value is 29 (11.72% from 255 or 31.87% from 91); Blue value is 21 (8.59% from 255 or 23.08% from 91); Max value from RGB is 41 - color contains mainly: red. Hex color #291D15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #291D15 is #D6E2EA. Grayscale: #1F1F1F. Windows color (decimal): -14082795 or 1383721. OLE color: 1383721.

HSL color Cylindrical-coordinate representation of color #291D15: hue angle of 24º degrees, saturation: 0.32, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #291D15 is Cyan = 0, Magento = 0.29, Yellow = 0.49 and Black (K on CMYK) = 0.84.

Color convert

RGB 41 29 21 -
CMYK 0 0.29 0.49 0.84
HSL 24º 0.32% 0.12% -
HSV(B) 24º 0.49% 0.16% -
XYZ 1.49 1.4 0.9 -
YUV 31.68 121.98 134.65 -
System Red Green Blue C M Y K H S L
Decimal 41 29 21 0 0.29 0.49 0.84 24 0.32 0.12
Hex 29 1D 15 0 1D 31 54 18 20 C
Octal 51 35 25 0 35 61 124 30 40 14
Binary 101001 11101 10101 0 11101 110001 1010100 11000 100000 1100

Color Harmonies of #291D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291D15

Black with #291D15

Text Example


Text Example

White with #291D15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #291D15; }

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

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

background-color css

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

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

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

border-color css

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

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

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