#846745

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

Shades of Dark Wood #846745

Tints of Dark Wood #846745

Color information

#846745 (or 0x846745) is unknown color: approx Dark Wood. HEX triplet: 84, 67 and 45. RGB value is (132,103,69). Sum of RGB (Red+Green+Blue) = 132+103+69=304 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.42% from 304); Green value is 103 (40.62% from 255 or 33.88% from 304); Blue value is 69 (27.34% from 255 or 22.70% from 304); Max value from RGB is 132 - color contains mainly: red. Hex color #846745 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #846745 is #7B98BA. Grayscale: #6B6B6B. Windows color (decimal): -8100027 or 4548484. OLE color: 4548484.

HSL color Cylindrical-coordinate representation of color #846745: hue angle of 32.38º degrees, saturation: 0.31, 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 #846745 is Cyan = 0, Magento = 0.22, Yellow = 0.48 and Black (K on CMYK) = 0.48.

Color convert

RGB13210369-
CMYK00.220.480.48
HSL32.38º31.34%39.41%-
HSV(B)32.38º47.73%51.76%-
XYZ15.4415.047.72-
YUV107.8106.11145.26-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 43.42%
GREEN value IS 103 (40.62% from 255) = 33.88%
BLUE value IS 69 (27.34% from 255) = 22.70%
R=43.42%
G=33.88%
B=22.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.48
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321036900.220.480.4832.3831.3439.41
Hex8467450163030201f27
Octal2041471050266060403747
Binary100001001100111100010101011011000011000010000011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846745; }

 p { color: rgb(132,103,69); }

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

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

 a { background-color: rgb(132,103,69); }

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

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

 span { border-color: rgb(132,103,69); }

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