Html Css Color HEX #8D7963 Sand Dune

📋 copy color: '#8D7963'

red 141 ◦ green 121 ◦ blue 99

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

Shades of Sand Dune #8D7963

Tints of Sand Dune #8D7963

RGB

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

 GREEN value IS 121 (47.66% from 255) = 33.52%

 BLUE value IS 99 (39.06% from 255) = 27.42%

R = 39.06%
G = 33.52%
B = 27.42%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.30

 K value IS 0.45

RGB Variations

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

Color information

#8D7963 (or 0x8D7963) is known color: Sand Dune. HEX triplet: 8D, 79 and 63. RGB value is (141,121,99). Sum of RGB (Red+Green+Blue) = 141+121+99=361 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.06% from 361); Green value is 121 (47.66% from 255 or 33.52% from 361); Blue value is 99 (39.06% from 255 or 27.42% from 361); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7963 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D7963 is #72869C. Grayscale: #7C7C7C. Windows color (decimal): -7505565 or 6519181. OLE color: 6519181.

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

Color convert

RGB 141 121 99 -
CMYK 0 0.14 0.30 0.45
HSL 31.43º 0.18% 0.47% -
HSV(B) 31.43º 0.3% 0.55% -
XYZ 20.07 20.24 14.65 -
YUV 124.47 113.63 139.79 -
System Red Green Blue C M Y K H S L
Decimal 141 121 99 0 0.14 0.30 0.45 31.43 0.18 0.47
Hex 8D 79 63 0 E 1E 2D 1F 12 2F
Octal 215 171 143 0 16 36 55 37 22 57
Binary 10001101 1111001 1100011 0 1110 11110 101101 11111 10010 101111

Color Harmonies of #8D7963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D7963

Black with #8D7963

Text Example


Text Example

White with #8D7963

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,121,99); }

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

background-color css

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

 a { background-color: rgb(141,121,99); }

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

border-color css

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

 span { border-color: rgb(141,121,99); }

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