Html Css Color HEX #857461 Sand Dune

📋 copy color: '#857461'

red 133 ◦ green 116 ◦ blue 97

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

Shades of Sand Dune #857461

Tints of Sand Dune #857461

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 28.03%

R = 38.44%
G = 33.53%
B = 28.03%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.27

 K value IS 0.48

RGB Variations

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

Color information

#857461 (or 0x857461) is known color: Sand Dune. HEX triplet: 85, 74 and 61. RGB value is (133,116,97). Sum of RGB (Red+Green+Blue) = 133+116+97=346 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.44% from 346); Green value is 116 (45.70% from 255 or 33.53% from 346); Blue value is 97 (38.28% from 255 or 28.03% from 346); Max value from RGB is 133 - color contains mainly: red. Hex color #857461 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857461 is #7A8B9E. Grayscale: #777777. Windows color (decimal): -8031135 or 6386821. OLE color: 6386821.

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

Color convert

RGB 133 116 97 -
CMYK 0 0.13 0.27 0.48
HSL 31.67º 0.16% 0.45% -
HSV(B) 31.67º 0.27% 0.52% -
XYZ 18.08 18.34 13.9 -
YUV 118.92 115.63 138.04 -
System Red Green Blue C M Y K H S L
Decimal 133 116 97 0 0.13 0.27 0.48 31.67 0.16 0.45
Hex 85 74 61 0 D 1B 30 20 10 2D
Octal 205 164 141 0 15 33 60 40 20 55
Binary 10000101 1110100 1100001 0 1101 11011 110000 100000 10000 101101

Color Harmonies of #857461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857461

Black with #857461

Text Example


Text Example

White with #857461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857461; }

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

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

background-color css

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

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

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

border-color css

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

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

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