Html Css Color HEX #846049 Dark Wood

📋 copy color: '#846049'

red 132 ◦ green 96 ◦ blue 73

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

Shades of Dark Wood #846049

Tints of Dark Wood #846049

RGB

 RED value IS 132 (51.95% from 255) = 43.85%

 GREEN value IS 96 (37.89% from 255) = 31.89%

 BLUE value IS 73 (28.91% from 255) = 24.25%

R = 43.85%
G = 31.89%
B = 24.25%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.45

 K value IS 0.48

RGB Variations

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

Color information

#846049 (or 0x846049) is known color: Dark Wood. HEX triplet: 84, 60 and 49. RGB value is (132,96,73). Sum of RGB (Red+Green+Blue) = 132+96+73=301 (39% of max value = 765). Red value is 132 (51.95% from 255 or 43.85% from 301); Green value is 96 (37.89% from 255 or 31.89% from 301); Blue value is 73 (28.91% from 255 or 24.25% from 301); Max value from RGB is 132 - color contains mainly: red. Hex color #846049 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #846049 is #7B9FB6. Grayscale: #686868. Windows color (decimal): -8101815 or 4808836. OLE color: 4808836.

HSL color Cylindrical-coordinate representation of color #846049: hue angle of 23.39º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #846049 is Cyan = 0, Magento = 0.27, Yellow = 0.45 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 96 73 -
CMYK 0 0.27 0.45 0.48
HSL 23.39º 0.29% 0.4% -
HSV(B) 23.39º 0.45% 0.52% -
XYZ 14.9 13.75 8.17 -
YUV 104.14 110.43 147.87 -
System Red Green Blue C M Y K H S L
Decimal 132 96 73 0 0.27 0.45 0.48 23.39 0.29 0.4
Hex 84 60 49 0 1B 2D 30 17 1D 28
Octal 204 140 111 0 33 55 60 27 35 50
Binary 10000100 1100000 1001001 0 11011 101101 110000 10111 11101 101000

Color Harmonies of #846049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846049

Black with #846049

Text Example


Text Example

White with #846049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #846049; }

 p { color: rgb(132,96,73); }

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

background-color css

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

 a { background-color: rgb(132,96,73); }

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

border-color css

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

 span { border-color: rgb(132,96,73); }

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