#846147

Color #846147 Dark Wood (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Wood #846147

Tints of Dark Wood #846147

Color information

#846147 (or 0x846147) is unknown color: approx Dark Wood. HEX triplet: 84, 61 and 47. RGB value is (132,97,71). Sum of RGB (Red+Green+Blue) = 132+97+71=300 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44% from 300); Green value is 97 (38.28% from 255 or 32.33% from 300); Blue value is 71 (28.12% from 255 or 23.67% from 300); Max value from RGB is 132 - color contains mainly: red. Hex color #846147 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #846147 is #7B9EB8. Grayscale: #686868. Windows color (decimal): -8101561 or 4678020. OLE color: 4678020.

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

Color convert

RGB1329771-
CMYK00.270.460.48
HSL25.57º30.05%39.8%-
HSV(B)25.57º46.21%51.76%-
XYZ14.9313.917.86-
YUV104.5109.1147.61-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 44%
GREEN value IS 97 (38.28% from 255) = 32.33%
BLUE value IS 71 (28.12% from 255) = 23.67%
R=44%
G=32.33%
B=23.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.46
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132977100.270.460.4825.5730.0539.8
Hex84614701B2E301a1e28
Octal2041411070335660323650
Binary10000100110000110001110110111011101100001101011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846147; }

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

 H1.HeaderClassName
 {
   color: #846147;
 }
 .AnyTagClassName
 {
   color: #846147;
 }
</style>
background-color css

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

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

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

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

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

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