#846044

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

Shades of Dark Wood #846044

Tints of Dark Wood #846044

Color information

#846044 (or 0x846044) is unknown color: approx Dark Wood. HEX triplet: 84, 60 and 44. RGB value is (132,96,68). Sum of RGB (Red+Green+Blue) = 132+96+68=296 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.59% from 296); Green value is 96 (37.89% from 255 or 32.43% from 296); Blue value is 68 (26.95% from 255 or 22.97% from 296); Max value from RGB is 132 - color contains mainly: red. Hex color #846044 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #846044 is #7B9FBB. Grayscale: #676767. Windows color (decimal): -8101820 or 4481156. OLE color: 4481156.

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

Color convert

RGB1329668-
CMYK00.270.480.48
HSL26.25º32%39.22%-
HSV(B)26.25º48.48%51.76%-
XYZ14.7413.697.33-
YUV103.57107.93148.28-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 44.59%
GREEN value IS 96 (37.89% from 255) = 32.43%
BLUE value IS 68 (26.95% from 255) = 22.97%
R=44.59%
G=32.43%
B=22.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.48
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132966800.270.480.4826.253239.22
Hex84604401B30301a2027
Octal2041401040336060324047
Binary100001001100000100010001101111000011000011010100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846044; }

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

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

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

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

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

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

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

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