#85613F

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

Shades of Dark Wood #85613F

Tints of Dark Wood #85613F

Color information

#85613F (or 0x85613F) is unknown color: approx Dark Wood. HEX triplet: 85, 61 and 3F. RGB value is (133,97,63). Sum of RGB (Red+Green+Blue) = 133+97+63=293 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.39% from 293); Green value is 97 (38.28% from 255 or 33.11% from 293); Blue value is 63 (25% from 255 or 21.50% from 293); Max value from RGB is 133 - color contains mainly: red. Hex color #85613F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85613F is #7A9EC0. Grayscale: #686868. Windows color (decimal): -8036033 or 4153733. OLE color: 4153733.

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

Color convert

RGB1339763-
CMYK00.270.530.48
HSL29.14º35.71%38.43%-
HSV(B)29.14º52.63%52.16%-
XYZ14.8413.896.6-
YUV103.89104.93148.76-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 45.39%
GREEN value IS 97 (38.28% from 255) = 33.11%
BLUE value IS 63 (25% from 255) = 21.50%
R=45.39%
G=33.11%
B=21.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.53
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133976300.270.530.4829.1435.7138.43
Hex85613F01B35301d2426
Octal205141770336560354446
Binary10000101110000111111101101111010111000011101100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85613F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85613F; }

 p { color: rgb(133,97,63); }

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

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

 a { background-color: rgb(133,97,63); }

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

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

 span { border-color: rgb(133,97,63); }

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