Html Css Color HEX #85745F Sand Dune

📋 copy color: '#85745F'

red 133 ◦ green 116 ◦ blue 95

#85745F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sand Dune #85745F

Tints of Sand Dune #85745F

RGB

 RED value IS 133 (52.34% from 255) = 38.66%

 GREEN value IS 116 (45.7% from 255) = 33.72%

 BLUE value IS 95 (37.5% from 255) = 27.62%

R = 38.66%
G = 33.72%
B = 27.62%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.29

 K value IS 0.48

RGB Variations

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

Color information

#85745F (or 0x85745F) is known color: Sand Dune. HEX triplet: 85, 74 and 5F. RGB value is (133,116,95). Sum of RGB (Red+Green+Blue) = 133+116+95=344 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.66% from 344); Green value is 116 (45.70% from 255 or 33.72% from 344); Blue value is 95 (37.5% from 255 or 27.62% from 344); Max value from RGB is 133 - color contains mainly: red. Hex color #85745F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85745F is #7A8BA0. Grayscale: #767676. Windows color (decimal): -8031137 or 6255749. OLE color: 6255749.

HSL color Cylindrical-coordinate representation of color #85745F: hue angle of 33.16º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #85745F is Cyan = 0, Magento = 0.13, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 116 95 -
CMYK 0 0.13 0.29 0.48
HSL 33.16º 0.17% 0.45% -
HSV(B) 33.16º 0.29% 0.52% -
XYZ 17.98 18.3 13.41 -
YUV 118.69 114.63 138.21 -
System Red Green Blue C M Y K H S L
Decimal 133 116 95 0 0.13 0.29 0.48 33.16 0.17 0.45
Hex 85 74 5F 0 D 1D 30 21 11 2D
Octal 205 164 137 0 15 35 60 41 21 55
Binary 10000101 1110100 1011111 0 1101 11101 110000 100001 10001 101101

Color Harmonies of #85745F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85745F

Black with #85745F

Text Example


Text Example

White with #85745F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,116,95); }

 H1.HeaderClassName
 {
   color: #85745F;
 }
 .AnyTagClassName
 {
   color: #85745F;
 }
</style>

background-color css

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

 a { background-color: rgb(133,116,95); }

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

border-color css

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

 span { border-color: rgb(133,116,95); }

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