Html Css Color HEX #8D7565 Sand Dune

📋 copy color: '#8D7565'

red 141 ◦ green 117 ◦ blue 101

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

Shades of Sand Dune #8D7565

Tints of Sand Dune #8D7565

RGB

 RED value IS 141 (55.47% from 255) = 39.28%

 GREEN value IS 117 (46.09% from 255) = 32.59%

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

R = 39.28%
G = 32.59%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.28

 K value IS 0.45

RGB Variations

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

Color information

#8D7565 (or 0x8D7565) is known color: Sand Dune. HEX triplet: 8D, 75 and 65. RGB value is (141,117,101). Sum of RGB (Red+Green+Blue) = 141+117+101=359 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.28% from 359); Green value is 117 (46.09% from 255 or 32.59% from 359); Blue value is 101 (39.84% from 255 or 28.13% from 359); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7565 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D7565 is #728A9A. Grayscale: #7A7A7A. Windows color (decimal): -7506587 or 6649229. OLE color: 6649229.

HSL color Cylindrical-coordinate representation of color #8D7565: hue angle of 24º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8D7565 is Cyan = 0, Magento = 0.17, Yellow = 0.28 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 117 101 -
CMYK 0 0.17 0.28 0.45
HSL 24º 0.17% 0.47% -
HSV(B) 24º 0.28% 0.55% -
XYZ 19.69 19.32 15 -
YUV 122.35 115.95 141.3 -
System Red Green Blue C M Y K H S L
Decimal 141 117 101 0 0.17 0.28 0.45 24 0.17 0.47
Hex 8D 75 65 0 11 1C 2D 18 11 2F
Octal 215 165 145 0 21 34 55 30 21 57
Binary 10001101 1110101 1100101 0 10001 11100 101101 11000 10001 101111

Color Harmonies of #8D7565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D7565

Black with #8D7565

Text Example


Text Example

White with #8D7565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8D7565; }

 p { color: rgb(141,117,101); }

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

background-color css

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

 a { background-color: rgb(141,117,101); }

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

border-color css

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

 span { border-color: rgb(141,117,101); }

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