Html Css Color HEX #85755F Sand Dune

📋 copy color: '#85755F'

red 133 ◦ green 117 ◦ blue 95

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

Shades of Sand Dune #85755F

Tints of Sand Dune #85755F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 33.91%

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

R = 38.55%
G = 33.91%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.29

 K value IS 0.48

RGB Variations

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

Color information

#85755F (or 0x85755F) is known color: Sand Dune. HEX triplet: 85, 75 and 5F. RGB value is (133,117,95). Sum of RGB (Red+Green+Blue) = 133+117+95=345 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.55% from 345); Green value is 117 (46.09% from 255 or 33.91% from 345); Blue value is 95 (37.5% from 255 or 27.54% from 345); Max value from RGB is 133 - color contains mainly: red. Hex color #85755F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85755F is #7A8AA0. Grayscale: #777777. Windows color (decimal): -8030881 or 6256005. OLE color: 6256005.

HSL color Cylindrical-coordinate representation of color #85755F: hue angle of 34.74º 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 #85755F is Cyan = 0, Magento = 0.12, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 117 95 -
CMYK 0 0.12 0.29 0.48
HSL 34.74º 0.17% 0.45% -
HSV(B) 34.74º 0.29% 0.52% -
XYZ 18.1 18.54 13.45 -
YUV 119.28 114.3 137.79 -
System Red Green Blue C M Y K H S L
Decimal 133 117 95 0 0.12 0.29 0.48 34.74 0.17 0.45
Hex 85 75 5F 0 C 1D 30 23 11 2D
Octal 205 165 137 0 14 35 60 43 21 55
Binary 10000101 1110101 1011111 0 1100 11101 110000 100011 10001 101101

Color Harmonies of #85755F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85755F

Black with #85755F

Text Example


Text Example

White with #85755F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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