Html Css Color HEX #291C13 Wood Bark

📋 copy color: '#291C13'

red 41 ◦ green 28 ◦ blue 19

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

Shades of Wood Bark #291C13

Tints of Wood Bark #291C13

RGB

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

 GREEN value IS 28 (11.33% from 255) = 31.82%

 BLUE value IS 19 (7.81% from 255) = 21.59%

R = 46.59%
G = 31.82%
B = 21.59%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.54

 K value IS 0.84

RGB Variations

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

Color information

#291C13 (or 0x291C13) is known color: Wood Bark. HEX triplet: 29, 1C and 13. RGB value is (41,28,19). Sum of RGB (Red+Green+Blue) = 41+28+19=88 (11% of max value = 765). Red value is 41 (16.41% from 255 or 46.59% from 88); Green value is 28 (11.33% from 255 or 31.82% from 88); Blue value is 19 (7.81% from 255 or 21.59% from 88); Max value from RGB is 41 - color contains mainly: red. Hex color #291C13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #291C13 is #D6E3EC. Grayscale: #1E1E1E. Windows color (decimal): -14083053 or 1252393. OLE color: 1252393.

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

Color convert

RGB 41 28 19 -
CMYK 0 0.32 0.54 0.84
HSL 24.55º 0.37% 0.12% -
HSV(B) 24.55º 0.54% 0.16% -
XYZ 1.45 1.35 0.8 -
YUV 30.86 121.31 135.23 -
System Red Green Blue C M Y K H S L
Decimal 41 28 19 0 0.32 0.54 0.84 24.55 0.37 0.12
Hex 29 1C 13 0 20 36 54 19 25 C
Octal 51 34 23 0 40 66 124 31 45 14
Binary 101001 11100 10011 0 100000 110110 1010100 11001 100101 1100

Color Harmonies of #291C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291C13

Black with #291C13

Text Example


Text Example

White with #291C13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,28,19); }

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

background-color css

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

 a { background-color: rgb(41,28,19); }

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

border-color css

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

 span { border-color: rgb(41,28,19); }

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