Html Css Color HEX #846249 Dark Wood

📋 copy color: '#846249'

red 132 ◦ green 98 ◦ blue 73

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

Shades of Dark Wood #846249

Tints of Dark Wood #846249

RGB

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

 GREEN value IS 98 (38.67% from 255) = 32.34%

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

R = 43.56%
G = 32.34%
B = 24.09%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.45

 K value IS 0.48

RGB Variations

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

Color information

#846249 (or 0x846249) is known color: Dark Wood. HEX triplet: 84, 62 and 49. RGB value is (132,98,73). Sum of RGB (Red+Green+Blue) = 132+98+73=303 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.56% from 303); Green value is 98 (38.67% from 255 or 32.34% from 303); Blue value is 73 (28.91% from 255 or 24.09% from 303); Max value from RGB is 132 - color contains mainly: red. Hex color #846249 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #846249 is #7B9DB6. Grayscale: #696969. Windows color (decimal): -8101303 or 4809348. OLE color: 4809348.

HSL color Cylindrical-coordinate representation of color #846249: hue angle of 25.42º 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 #846249 is Cyan = 0, Magento = 0.26, Yellow = 0.45 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 98 73 -
CMYK 0 0.26 0.45 0.48
HSL 25.42º 0.29% 0.4% -
HSV(B) 25.42º 0.45% 0.52% -
XYZ 15.09 14.12 8.23 -
YUV 105.32 109.76 147.03 -
System Red Green Blue C M Y K H S L
Decimal 132 98 73 0 0.26 0.45 0.48 25.42 0.29 0.4
Hex 84 62 49 0 1A 2D 30 19 1D 28
Octal 204 142 111 0 32 55 60 31 35 50
Binary 10000100 1100010 1001001 0 11010 101101 110000 11001 11101 101000

Color Harmonies of #846249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846249

Black with #846249

Text Example


Text Example

White with #846249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #846249; }

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

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

background-color css

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

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

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

border-color css

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

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

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