Html Css Color HEX #8B755E Sand Dune

📋 copy color: '#8B755E'

red 139 ◦ green 117 ◦ blue 94

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

Shades of Sand Dune #8B755E

Tints of Sand Dune #8B755E

RGB

 RED value IS 139 (54.69% from 255) = 39.71%

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

 BLUE value IS 94 (37.11% from 255) = 26.86%

R = 39.71%
G = 33.43%
B = 26.86%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.32

 K value IS 0.45

RGB Variations

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

Color information

#8B755E (or 0x8B755E) is known color: Sand Dune. HEX triplet: 8B, 75 and 5E. RGB value is (139,117,94). Sum of RGB (Red+Green+Blue) = 139+117+94=350 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.71% from 350); Green value is 117 (46.09% from 255 or 33.43% from 350); Blue value is 94 (37.11% from 255 or 26.86% from 350); Max value from RGB is 139 - color contains mainly: red. Hex color #8B755E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B755E is #748AA1. Grayscale: #797979. Windows color (decimal): -7637666 or 6190475. OLE color: 6190475.

HSL color Cylindrical-coordinate representation of color #8B755E: hue angle of 30.67º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8B755E is Cyan = 0, Magento = 0.16, Yellow = 0.32 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 117 94 -
CMYK 0 0.16 0.32 0.45
HSL 30.67º 0.19% 0.46% -
HSV(B) 30.67º 0.32% 0.55% -
XYZ 19.03 19.02 13.26 -
YUV 120.96 112.79 140.87 -
System Red Green Blue C M Y K H S L
Decimal 139 117 94 0 0.16 0.32 0.45 30.67 0.19 0.46
Hex 8B 75 5E 0 10 20 2D 1F 13 2E
Octal 213 165 136 0 20 40 55 37 23 56
Binary 10001011 1110101 1011110 0 10000 100000 101101 11111 10011 101110

Color Harmonies of #8B755E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B755E

Black with #8B755E

Text Example


Text Example

White with #8B755E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,117,94); }

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

background-color css

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

 a { background-color: rgb(139,117,94); }

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

border-color css

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

 span { border-color: rgb(139,117,94); }

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