Html Css Color HEX #857762 Sand Dune

📋 copy color: '#857762'

red 133 ◦ green 119 ◦ blue 98

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

Shades of Sand Dune #857762

Tints of Sand Dune #857762

RGB

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

 GREEN value IS 119 (46.88% from 255) = 34%

 BLUE value IS 98 (38.67% from 255) = 28%

R = 38%
G = 34%
B = 28%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.26

 K value IS 0.48

RGB Variations

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

Color information

#857762 (or 0x857762) is known color: Sand Dune. HEX triplet: 85, 77 and 62. RGB value is (133,119,98). Sum of RGB (Red+Green+Blue) = 133+119+98=350 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38% from 350); Green value is 119 (46.88% from 255 or 34% from 350); Blue value is 98 (38.67% from 255 or 28% from 350); Max value from RGB is 133 - color contains mainly: red. Hex color #857762 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857762 is #7A889D. Grayscale: #787878. Windows color (decimal): -8030366 or 6453125. OLE color: 6453125.

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

Color convert

RGB 133 119 98 -
CMYK 0 0.11 0.26 0.48
HSL 36º 0.15% 0.45% -
HSV(B) 36º 0.26% 0.52% -
XYZ 18.47 19.06 14.26 -
YUV 120.79 115.14 136.71 -
System Red Green Blue C M Y K H S L
Decimal 133 119 98 0 0.11 0.26 0.48 36 0.15 0.45
Hex 85 77 62 0 B 1A 30 24 F 2D
Octal 205 167 142 0 13 32 60 44 17 55
Binary 10000101 1110111 1100010 0 1011 11010 110000 100100 1111 101101

Color Harmonies of #857762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857762

Black with #857762

Text Example


Text Example

White with #857762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857762; }

 p { color: rgb(133,119,98); }

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

background-color css

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

 a { background-color: rgb(133,119,98); }

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

border-color css

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

 span { border-color: rgb(133,119,98); }

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