Html Css Color HEX #8B735F Sand Dune

📋 copy color: '#8B735F'

red 139 ◦ green 115 ◦ blue 95

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

Shades of Sand Dune #8B735F

Tints of Sand Dune #8B735F

RGB

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

 GREEN value IS 115 (45.31% from 255) = 32.95%

 BLUE value IS 95 (37.5% from 255) = 27.22%

R = 39.83%
G = 32.95%
B = 27.22%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.32

 K value IS 0.45

RGB Variations

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

Color information

#8B735F (or 0x8B735F) is known color: Sand Dune. HEX triplet: 8B, 73 and 5F. RGB value is (139,115,95). Sum of RGB (Red+Green+Blue) = 139+115+95=349 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.83% from 349); Green value is 115 (45.31% from 255 or 32.95% from 349); Blue value is 95 (37.5% from 255 or 27.22% from 349); Max value from RGB is 139 - color contains mainly: red. Hex color #8B735F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B735F is #748CA0. Grayscale: #777777. Windows color (decimal): -7638177 or 6255499. OLE color: 6255499.

HSL color Cylindrical-coordinate representation of color #8B735F: hue angle of 27.27º 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 #8B735F is Cyan = 0, Magento = 0.17, Yellow = 0.32 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 115 95 -
CMYK 0 0.17 0.32 0.45
HSL 27.27º 0.19% 0.46% -
HSV(B) 27.27º 0.32% 0.55% -
XYZ 18.84 18.58 13.42 -
YUV 119.9 113.95 141.63 -
System Red Green Blue C M Y K H S L
Decimal 139 115 95 0 0.17 0.32 0.45 27.27 0.19 0.46
Hex 8B 73 5F 0 11 20 2D 1B 13 2E
Octal 213 163 137 0 21 40 55 33 23 56
Binary 10001011 1110011 1011111 0 10001 100000 101101 11011 10011 101110

Color Harmonies of #8B735F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B735F

Black with #8B735F

Text Example


Text Example

White with #8B735F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,115,95); }

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

background-color css

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

 a { background-color: rgb(139,115,95); }

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

border-color css

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

 span { border-color: rgb(139,115,95); }

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