Html Css Color HEX #846141 Dark Wood

📋 copy color: '#846141'

red 132 ◦ green 97 ◦ blue 65

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

Shades of Dark Wood #846141

Tints of Dark Wood #846141

RGB

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

 GREEN value IS 97 (38.28% from 255) = 32.99%

 BLUE value IS 65 (25.78% from 255) = 22.11%

R = 44.9%
G = 32.99%
B = 22.11%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.51

 K value IS 0.48

RGB Variations

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

Color information

#846141 (or 0x846141) is known color: Dark Wood. HEX triplet: 84, 61 and 41. RGB value is (132,97,65). Sum of RGB (Red+Green+Blue) = 132+97+65=294 (38% of max value = 765). Red value is 132 (51.95% from 255 or 44.90% from 294); Green value is 97 (38.28% from 255 or 32.99% from 294); Blue value is 65 (25.78% from 255 or 22.11% from 294); Max value from RGB is 132 - color contains mainly: red. Hex color #846141 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #846141 is #7B9EBE. Grayscale: #676767. Windows color (decimal): -8101567 or 4284804. OLE color: 4284804.

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

Color convert

RGB 132 97 65 -
CMYK 0 0.27 0.51 0.48
HSL 28.66º 0.34% 0.39% -
HSV(B) 28.66º 0.51% 0.52% -
XYZ 14.74 13.84 6.89 -
YUV 103.82 106.1 148.1 -
System Red Green Blue C M Y K H S L
Decimal 132 97 65 0 0.27 0.51 0.48 28.66 0.34 0.39
Hex 84 61 41 0 1B 33 30 1D 22 27
Octal 204 141 101 0 33 63 60 35 42 47
Binary 10000100 1100001 1000001 0 11011 110011 110000 11101 100010 100111

Color Harmonies of #846141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846141

Black with #846141

Text Example


Text Example

White with #846141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #846141; }

 p { color: rgb(132,97,65); }

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

background-color css

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

 a { background-color: rgb(132,97,65); }

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

border-color css

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

 span { border-color: rgb(132,97,65); }

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