Html Css Color HEX #857360 Sand Dune

📋 copy color: '#857360'

red 133 ◦ green 115 ◦ blue 96

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

Shades of Sand Dune #857360

Tints of Sand Dune #857360

RGB

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

 GREEN value IS 115 (45.31% from 255) = 33.43%

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

R = 38.66%
G = 33.43%
B = 27.91%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.28

 K value IS 0.48

RGB Variations

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

Color information

#857360 (or 0x857360) is known color: Sand Dune. HEX triplet: 85, 73 and 60. RGB value is (133,115,96). Sum of RGB (Red+Green+Blue) = 133+115+96=344 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.66% from 344); Green value is 115 (45.31% from 255 or 33.43% from 344); Blue value is 96 (37.89% from 255 or 27.91% from 344); Max value from RGB is 133 - color contains mainly: red. Hex color #857360 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857360 is #7A8C9F. Grayscale: #767676. Windows color (decimal): -8031392 or 6321029. OLE color: 6321029.

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

Color convert

RGB 133 115 96 -
CMYK 0 0.14 0.28 0.48
HSL 30.81º 0.16% 0.45% -
HSV(B) 30.81º 0.28% 0.52% -
XYZ 17.91 18.09 13.61 -
YUV 118.22 115.46 138.54 -
System Red Green Blue C M Y K H S L
Decimal 133 115 96 0 0.14 0.28 0.48 30.81 0.16 0.45
Hex 85 73 60 0 E 1C 30 1F 10 2D
Octal 205 163 140 0 16 34 60 37 20 55
Binary 10000101 1110011 1100000 0 1110 11100 110000 11111 10000 101101

Color Harmonies of #857360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857360

Black with #857360

Text Example


Text Example

White with #857360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857360; }

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

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

background-color css

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

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

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

border-color css

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

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

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