#85634B

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

Shades of Dark Wood #85634B

Tints of Dark Wood #85634B

Color information

#85634B (or 0x85634B) is unknown color: approx Dark Wood. HEX triplet: 85, 63 and 4B. RGB value is (133,99,75). Sum of RGB (Red+Green+Blue) = 133+99+75=307 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.32% from 307); Green value is 99 (39.06% from 255 or 32.25% from 307); Blue value is 75 (29.69% from 255 or 24.43% from 307); Max value from RGB is 133 - color contains mainly: red. Hex color #85634B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85634B is #7A9CB4. Grayscale: #6A6A6A. Windows color (decimal): -8035509 or 4940677. OLE color: 4940677.

HSL color Cylindrical-coordinate representation of color #85634B: hue angle of 24.83º 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 #85634B is Cyan = 0, Magento = 0.26, Yellow = 0.44 and Black (K on CMYK) = 0.48.

Color convert

RGB1339975-
CMYK00.260.440.48
HSL24.83º27.88%40.78%-
HSV(B)24.83º43.61%52.16%-
XYZ15.414.428.63-
YUV106.43110.26146.95-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 43.32%
GREEN value IS 99 (39.06% from 255) = 32.25%
BLUE value IS 75 (29.69% from 255) = 24.43%
R=43.32%
G=32.25%
B=24.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.44
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133997500.260.440.4824.8327.8840.78
Hex85634B01A2C30191c29
Octal2051431130325460313451
Binary10000101110001110010110110101011001100001100111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85634B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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