#8B7867

Color #8B7867 Sand Dune (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sand Dune #8B7867

Tints of Sand Dune #8B7867

Color information

#8B7867 (or 0x8B7867) is unknown color: approx Sand Dune. HEX triplet: 8B, 78 and 67. RGB value is (139,120,103). Sum of RGB (Red+Green+Blue) = 139+120+103=362 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.40% from 362); Green value is 120 (47.27% from 255 or 33.15% from 362); Blue value is 103 (40.62% from 255 or 28.45% from 362); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7867 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7867 is #748798. Grayscale: #7B7B7B. Windows color (decimal): -7636889 or 6781067. OLE color: 6781067.

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

Color convert

RGB139120103-
CMYK00.140.260.45
HSL28.33º14.88%47.45%-
HSV(B)28.33º25.9%54.51%-
XYZ19.8119.915.63-
YUV123.74116.29138.88-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 38.40%
GREEN value IS 120 (47.27% from 255) = 33.15%
BLUE value IS 103 (40.62% from 255) = 28.45%
R=38.40%
G=33.15%
B=28.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.26
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13912010300.140.260.4528.3314.8847.45
Hex8B78670E1A2D1cf2f
Octal2131701470163255341757
Binary10001011111100011001110111011010101101111001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,120,103); }

 H1.HeaderClassName
 {
   color: #8B7867;
 }
 .AnyTagClassName
 {
   color: #8B7867;
 }
</style>
background-color css

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

 a { background-color: rgb(139,120,103); }

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

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

 span { border-color: rgb(139,120,103); }

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