Html Css Color HEX #857460 Sand Dune

📋 copy color: '#857460'

red 133 ◦ green 116 ◦ blue 96

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

Shades of Sand Dune #857460

Tints of Sand Dune #857460

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 27.83%

R = 38.55%
G = 33.62%
B = 27.83%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.28

 K value IS 0.48

RGB Variations

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

Color information

#857460 (or 0x857460) is known color: Sand Dune. HEX triplet: 85, 74 and 60. RGB value is (133,116,96). Sum of RGB (Red+Green+Blue) = 133+116+96=345 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.55% from 345); Green value is 116 (45.70% from 255 or 33.62% from 345); Blue value is 96 (37.89% from 255 or 27.83% from 345); Max value from RGB is 133 - color contains mainly: red. Hex color #857460 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857460 is #7A8B9F. Grayscale: #767676. Windows color (decimal): -8031136 or 6321285. OLE color: 6321285.

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

Color convert

RGB 133 116 96 -
CMYK 0 0.13 0.28 0.48
HSL 32.43º 0.16% 0.45% -
HSV(B) 32.43º 0.28% 0.52% -
XYZ 18.03 18.32 13.65 -
YUV 118.8 115.13 138.13 -
System Red Green Blue C M Y K H S L
Decimal 133 116 96 0 0.13 0.28 0.48 32.43 0.16 0.45
Hex 85 74 60 0 D 1C 30 20 10 2D
Octal 205 164 140 0 15 34 60 40 20 55
Binary 10000101 1110100 1100000 0 1101 11100 110000 100000 10000 101101

Color Harmonies of #857460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857460

Black with #857460

Text Example


Text Example

White with #857460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857460; }

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

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

background-color css

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

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

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

border-color css

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

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

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