Html Css Color HEX #857261 Sand Dune

📋 copy color: '#857261'

red 133 ◦ green 114 ◦ blue 97

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

Shades of Sand Dune #857261

Tints of Sand Dune #857261

RGB

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

 GREEN value IS 114 (44.92% from 255) = 33.14%

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

R = 38.66%
G = 33.14%
B = 28.2%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.27

 K value IS 0.48

RGB Variations

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

Color information

#857261 (or 0x857261) is known color: Sand Dune. HEX triplet: 85, 72 and 61. RGB value is (133,114,97). Sum of RGB (Red+Green+Blue) = 133+114+97=344 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.66% from 344); Green value is 114 (44.92% from 255 or 33.14% from 344); Blue value is 97 (38.28% from 255 or 28.20% from 344); Max value from RGB is 133 - color contains mainly: red. Hex color #857261 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857261 is #7A8D9E. Grayscale: #757575. Windows color (decimal): -8031647 or 6386309. OLE color: 6386309.

HSL color Cylindrical-coordinate representation of color #857261: hue angle of 28.33º 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 #857261 is Cyan = 0, Magento = 0.14, Yellow = 0.27 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 114 97 -
CMYK 0 0.14 0.27 0.48
HSL 28.33º 0.16% 0.45% -
HSV(B) 28.33º 0.27% 0.52% -
XYZ 17.85 17.88 13.82 -
YUV 117.74 116.29 138.88 -
System Red Green Blue C M Y K H S L
Decimal 133 114 97 0 0.14 0.27 0.48 28.33 0.16 0.45
Hex 85 72 61 0 E 1B 30 1C 10 2D
Octal 205 162 141 0 16 33 60 34 20 55
Binary 10000101 1110010 1100001 0 1110 11011 110000 11100 10000 101101

Color Harmonies of #857261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857261

Black with #857261

Text Example


Text Example

White with #857261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857261; }

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

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

background-color css

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

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

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

border-color css

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

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

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