Html Css Color HEX #857265 Sand Dune

📋 copy color: '#857265'

red 133 ◦ green 114 ◦ blue 101

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

Shades of Sand Dune #857265

Tints of Sand Dune #857265

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 29.02%

R = 38.22%
G = 32.76%
B = 29.02%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.24

 K value IS 0.48

RGB Variations

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

Color information

#857265 (or 0x857265) is known color: Sand Dune. HEX triplet: 85, 72 and 65. RGB value is (133,114,101). Sum of RGB (Red+Green+Blue) = 133+114+101=348 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38.22% from 348); Green value is 114 (44.92% from 255 or 32.76% from 348); Blue value is 101 (39.84% from 255 or 29.02% from 348); Max value from RGB is 133 - color contains mainly: red. Hex color #857265 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857265 is #7A8D9A. Grayscale: #767676. Windows color (decimal): -8031643 or 6648453. OLE color: 6648453.

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

Color convert

RGB 133 114 101 -
CMYK 0 0.14 0.24 0.48
HSL 24.38º 0.14% 0.46% -
HSV(B) 24.38º 0.24% 0.52% -
XYZ 18.04 17.96 14.83 -
YUV 118.2 118.29 138.56 -
System Red Green Blue C M Y K H S L
Decimal 133 114 101 0 0.14 0.24 0.48 24.38 0.14 0.46
Hex 85 72 65 0 E 18 30 18 E 2E
Octal 205 162 145 0 16 30 60 30 16 56
Binary 10000101 1110010 1100101 0 1110 11000 110000 11000 1110 101110

Color Harmonies of #857265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857265

Black with #857265

Text Example


Text Example

White with #857265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857265; }

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

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

background-color css

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

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

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

border-color css

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

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

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