#85614A

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

Shades of Dark Wood #85614A

Tints of Dark Wood #85614A

Color information

#85614A (or 0x85614A) is unknown color: approx Dark Wood. HEX triplet: 85, 61 and 4A. RGB value is (133,97,74). Sum of RGB (Red+Green+Blue) = 133+97+74=304 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.75% from 304); Green value is 97 (38.28% from 255 or 31.91% from 304); Blue value is 74 (29.30% from 255 or 24.34% from 304); Max value from RGB is 133 - color contains mainly: red. Hex color #85614A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85614A is #7A9EB5. Grayscale: #696969. Windows color (decimal): -8036022 or 4874629. OLE color: 4874629.

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

Color convert

RGB1339774-
CMYK00.270.440.48
HSL23.39º28.5%40.59%-
HSV(B)23.39º44.36%52.16%-
XYZ15.1814.038.39-
YUV105.14110.43147.87-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 43.75%
GREEN value IS 97 (38.28% from 255) = 31.91%
BLUE value IS 74 (29.30% from 255) = 24.34%
R=43.75%
G=31.91%
B=24.34%

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
Decimal133977400.270.440.4823.3928.540.59
Hex85614A01B2C30171d29
Octal2051411120335460273551
Binary10000101110000110010100110111011001100001011111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85614A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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