Html Css Color HEX #857368 Sand Dune

📋 copy color: '#857368'

red 133 ◦ green 115 ◦ blue 104

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

Shades of Sand Dune #857368

Tints of Sand Dune #857368

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 29.55%

R = 37.78%
G = 32.67%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.22

 K value IS 0.48

RGB Variations

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

Color information

#857368 (or 0x857368) is known color: Sand Dune. HEX triplet: 85, 73 and 68. RGB value is (133,115,104). Sum of RGB (Red+Green+Blue) = 133+115+104=352 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.78% from 352); Green value is 115 (45.31% from 255 or 32.67% from 352); Blue value is 104 (41.02% from 255 or 29.55% from 352); Max value from RGB is 133 - color contains mainly: red. Hex color #857368 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857368 is #7A8C97. Grayscale: #777777. Windows color (decimal): -8031384 or 6845317. OLE color: 6845317.

HSL color Cylindrical-coordinate representation of color #857368: hue angle of 22.76º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #857368 is Cyan = 0, Magento = 0.14, Yellow = 0.22 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 115 104 -
CMYK 0 0.14 0.22 0.48
HSL 22.76º 0.12% 0.46% -
HSV(B) 22.76º 0.22% 0.52% -
XYZ 18.3 18.25 15.65 -
YUV 119.13 119.46 137.89 -
System Red Green Blue C M Y K H S L
Decimal 133 115 104 0 0.14 0.22 0.48 22.76 0.12 0.46
Hex 85 73 68 0 E 16 30 17 C 2E
Octal 205 163 150 0 16 26 60 27 14 56
Binary 10000101 1110011 1101000 0 1110 10110 110000 10111 1100 101110

Color Harmonies of #857368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857368

Black with #857368

Text Example


Text Example

White with #857368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857368; }

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

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

background-color css

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

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

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

border-color css

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

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

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