Html Css Color HEX #8A725F Sand Dune

📋 copy color: '#8A725F'

red 138 ◦ green 114 ◦ blue 95

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

Shades of Sand Dune #8A725F

Tints of Sand Dune #8A725F

RGB

 RED value IS 138 (54.3% from 255) = 39.77%

 GREEN value IS 114 (44.92% from 255) = 32.85%

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

R = 39.77%
G = 32.85%
B = 27.38%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.31

 K value IS 0.46

RGB Variations

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

Color information

#8A725F (or 0x8A725F) is known color: Sand Dune. HEX triplet: 8A, 72 and 5F. RGB value is (138,114,95). Sum of RGB (Red+Green+Blue) = 138+114+95=347 (45% of max value = 765). Red value is 138 (54.30% from 255 or 39.77% from 347); Green value is 114 (44.92% from 255 or 32.85% from 347); Blue value is 95 (37.5% from 255 or 27.38% from 347); Max value from RGB is 138 - color contains mainly: red. Hex color #8A725F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A725F is #758DA0. Grayscale: #777777. Windows color (decimal): -7703969 or 6255242. OLE color: 6255242.

HSL color Cylindrical-coordinate representation of color #8A725F: hue angle of 26.51º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8A725F is Cyan = 0, Magento = 0.17, Yellow = 0.31 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 114 95 -
CMYK 0 0.17 0.31 0.46
HSL 26.51º 0.18% 0.46% -
HSV(B) 26.51º 0.31% 0.54% -
XYZ 18.56 18.26 13.37 -
YUV 119.01 114.45 141.54 -
System Red Green Blue C M Y K H S L
Decimal 138 114 95 0 0.17 0.31 0.46 26.51 0.18 0.46
Hex 8A 72 5F 0 11 1F 2E 1B 12 2E
Octal 212 162 137 0 21 37 56 33 22 56
Binary 10001010 1110010 1011111 0 10001 11111 101110 11011 10010 101110

Color Harmonies of #8A725F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A725F

Black with #8A725F

Text Example


Text Example

White with #8A725F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,114,95); }

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

background-color css

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

 a { background-color: rgb(138,114,95); }

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

border-color css

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

 span { border-color: rgb(138,114,95); }

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