#85614B

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

Shades of Dark Wood #85614B

Tints of Dark Wood #85614B

Color information

#85614B (or 0x85614B) is unknown color: approx Dark Wood. HEX triplet: 85, 61 and 4B. RGB value is (133,97,75). Sum of RGB (Red+Green+Blue) = 133+97+75=305 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.61% from 305); Green value is 97 (38.28% from 255 or 31.80% from 305); Blue value is 75 (29.69% from 255 or 24.59% from 305); Max value from RGB is 133 - color contains mainly: red. Hex color #85614B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85614B is #7A9EB4. Grayscale: #696969. Windows color (decimal): -8036021 or 4940165. OLE color: 4940165.

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

Color convert

RGB1339775-
CMYK00.270.440.48
HSL22.76º27.88%40.78%-
HSV(B)22.76º43.61%52.16%-
XYZ15.2214.048.57-
YUV105.26110.93147.79-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 43.61%
GREEN value IS 97 (38.28% from 255) = 31.80%
BLUE value IS 75 (29.69% from 255) = 24.59%
R=43.61%
G=31.80%
B=24.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.44
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133977500.270.440.4822.7627.8840.78
Hex85614B01B2C30171c29
Octal2051411130335460273451
Binary10000101110000110010110110111011001100001011111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85614B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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