#846541

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

Shades of Dark Wood #846541

Tints of Dark Wood #846541

Color information

#846541 (or 0x846541) is unknown color: approx Dark Wood. HEX triplet: 84, 65 and 41. RGB value is (132,101,65). Sum of RGB (Red+Green+Blue) = 132+101+65=298 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.30% from 298); Green value is 101 (39.84% from 255 or 33.89% from 298); Blue value is 65 (25.78% from 255 or 21.81% from 298); Max value from RGB is 132 - color contains mainly: red. Hex color #846541 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #846541 is #7B9ABE. Grayscale: #6A6A6A. Windows color (decimal): -8100543 or 4285828. OLE color: 4285828.

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

Color convert

RGB13210165-
CMYK00.230.510.48
HSL32.24º34.01%38.63%-
HSV(B)32.24º50.76%51.76%-
XYZ15.1214.597.02-
YUV106.16104.77146.43-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 44.30%
GREEN value IS 101 (39.84% from 255) = 33.89%
BLUE value IS 65 (25.78% from 255) = 21.81%
R=44.30%
G=33.89%
B=21.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.51
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321016500.230.510.4832.2434.0138.63
Hex8465410173330202227
Octal2041451010276360404247
Binary1000010011001011000001010111110011110000100000100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846541; }

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

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

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

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

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

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

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

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