#85644B

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

Shades of Dark Wood #85644B

Tints of Dark Wood #85644B

Color information

#85644B (or 0x85644B) is unknown color: approx Dark Wood. HEX triplet: 85, 64 and 4B. RGB value is (133,100,75). Sum of RGB (Red+Green+Blue) = 133+100+75=308 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.18% from 308); Green value is 100 (39.45% from 255 or 32.47% from 308); Blue value is 75 (29.69% from 255 or 24.35% from 308); Max value from RGB is 133 - color contains mainly: red. Hex color #85644B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85644B is #7A9BB4. Grayscale: #6B6B6B. Windows color (decimal): -8035253 or 4940933. OLE color: 4940933.

HSL color Cylindrical-coordinate representation of color #85644B: hue angle of 25.86º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #85644B is Cyan = 0, Magento = 0.25, Yellow = 0.44 and Black (K on CMYK) = 0.48.

Color convert

RGB13310075-
CMYK00.250.440.48
HSL25.86º27.88%40.78%-
HSV(B)25.86º43.61%52.16%-
XYZ15.514.618.66-
YUV107.02109.93146.53-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 43.18%
GREEN value IS 100 (39.45% from 255) = 32.47%
BLUE value IS 75 (29.69% from 255) = 24.35%
R=43.18%
G=32.47%
B=24.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.44
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331007500.250.440.4825.8627.8840.78
Hex85644B0192C301a1c29
Octal2051441130315460323451
Binary10000101110010010010110110011011001100001101011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85644B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85644B; }

 p { color: rgb(133,100,75); }

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

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

 a { background-color: rgb(133,100,75); }

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

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

 span { border-color: rgb(133,100,75); }

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