Html Css Color HEX #8B7565 Sand Dune

📋 copy color: '#8B7565'

red 139 ◦ green 117 ◦ blue 101

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

Shades of Sand Dune #8B7565

Tints of Sand Dune #8B7565

RGB

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

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

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

R = 38.94%
G = 32.77%
B = 28.29%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.27

 K value IS 0.45

RGB Variations

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

Color information

#8B7565 (or 0x8B7565) is known color: Sand Dune. HEX triplet: 8B, 75 and 65. RGB value is (139,117,101). Sum of RGB (Red+Green+Blue) = 139+117+101=357 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.94% from 357); Green value is 117 (46.09% from 255 or 32.77% from 357); Blue value is 101 (39.84% from 255 or 28.29% from 357); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7565 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7565 is #748A9A. Grayscale: #797979. Windows color (decimal): -7637659 or 6649227. OLE color: 6649227.

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

Color convert

RGB 139 117 101 -
CMYK 0 0.16 0.27 0.45
HSL 25.26º 0.16% 0.47% -
HSV(B) 25.26º 0.27% 0.55% -
XYZ 19.36 19.15 14.99 -
YUV 121.75 116.29 140.3 -
System Red Green Blue C M Y K H S L
Decimal 139 117 101 0 0.16 0.27 0.45 25.26 0.16 0.47
Hex 8B 75 65 0 10 1B 2D 19 10 2F
Octal 213 165 145 0 20 33 55 31 20 57
Binary 10001011 1110101 1100101 0 10000 11011 101101 11001 10000 101111

Color Harmonies of #8B7565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B7565

Black with #8B7565

Text Example


Text Example

White with #8B7565

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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