Html Css Color HEX #8E7963 Sand Dune

📋 copy color: '#8E7963'

red 142 ◦ green 121 ◦ blue 99

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

Shades of Sand Dune #8E7963

Tints of Sand Dune #8E7963

RGB

 RED value IS 142 (55.86% from 255) = 39.23%

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

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

R = 39.23%
G = 33.43%
B = 27.35%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.30

 K value IS 0.44

RGB Variations

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

Color information

#8E7963 (or 0x8E7963) is known color: Sand Dune. HEX triplet: 8E, 79 and 63. RGB value is (142,121,99). Sum of RGB (Red+Green+Blue) = 142+121+99=362 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.23% from 362); Green value is 121 (47.66% from 255 or 33.43% from 362); Blue value is 99 (39.06% from 255 or 27.35% from 362); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7963 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E7963 is #71869C. Grayscale: #7C7C7C. Windows color (decimal): -7440029 or 6519182. OLE color: 6519182.

HSL color Cylindrical-coordinate representation of color #8E7963: hue angle of 30.7º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8E7963 is Cyan = 0, Magento = 0.15, Yellow = 0.30 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 121 99 -
CMYK 0 0.15 0.30 0.44
HSL 30.7º 0.18% 0.47% -
HSV(B) 30.7º 0.3% 0.56% -
XYZ 20.24 20.33 14.66 -
YUV 124.77 113.46 140.29 -
System Red Green Blue C M Y K H S L
Decimal 142 121 99 0 0.15 0.30 0.44 30.7 0.18 0.47
Hex 8E 79 63 0 F 1E 2C 1F 12 2F
Octal 216 171 143 0 17 36 54 37 22 57
Binary 10001110 1111001 1100011 0 1111 11110 101100 11111 10010 101111

Color Harmonies of #8E7963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E7963

Black with #8E7963

Text Example


Text Example

White with #8E7963

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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