#8A7D5B

Color #8A7D5B Clay Creek (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Clay Creek #8A7D5B

Tints of Clay Creek #8A7D5B

Color information

#8A7D5B (or 0x8A7D5B) is unknown color: approx Clay Creek. HEX triplet: 8A, 7D and 5B. RGB value is (138,125,91). Sum of RGB (Red+Green+Blue) = 138+125+91=354 (46% of max value = 765). Red value is 138 (54.30% from 255 or 38.98% from 354); Green value is 125 (49.22% from 255 or 35.31% from 354); Blue value is 91 (35.94% from 255 or 25.71% from 354); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7D5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A7D5B is #7582A4. Grayscale: #7D7D7D. Windows color (decimal): -7701157 or 5995914. OLE color: 5995914.

HSL color Cylindrical-coordinate representation of color #8A7D5B: hue angle of 43.4º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8A7D5B is Cyan = 0, Magento = 0.09, Yellow = 0.34 and Black (K on CMYK) = 0.46.

Color convert

RGB13812591-
CMYK00.090.340.46
HSL43.4º20.52%44.9%-
HSV(B)43.4º34.06%54.12%-
XYZ19.720.8312.88-
YUV125.01108.81137.26-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 38.98%
GREEN value IS 125 (49.22% from 255) = 35.31%
BLUE value IS 91 (35.94% from 255) = 25.71%
R=38.98%
G=35.31%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.34
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381259100.090.340.4643.420.5244.9
Hex8A7D5B09222E2b152d
Octal2121751330114256532555
Binary10001010111110110110110100110001010111010101110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A7D5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,125,91); }

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

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

 a { background-color: rgb(138,125,91); }

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

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

 span { border-color: rgb(138,125,91); }

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