#8A7B5D

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

Shades of Clay Creek #8A7B5D

Tints of Clay Creek #8A7B5D

Color information

#8A7B5D (or 0x8A7B5D) is unknown color: approx Clay Creek. HEX triplet: 8A, 7B and 5D. RGB value is (138,123,93). Sum of RGB (Red+Green+Blue) = 138+123+93=354 (46% of max value = 765). Red value is 138 (54.30% from 255 or 38.98% from 354); Green value is 123 (48.44% from 255 or 34.75% from 354); Blue value is 93 (36.72% from 255 or 26.27% from 354); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7B5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A7B5D is #7584A2. Grayscale: #7C7C7C. Windows color (decimal): -7701667 or 6126474. OLE color: 6126474.

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

Color convert

RGB13812393-
CMYK00.110.330.46
HSL40º19.48%45.29%-
HSV(B)40º32.61%54.12%-
XYZ19.5420.3613.26-
YUV124.06110.47137.94-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 38.98%
GREEN value IS 123 (48.44% from 255) = 34.75%
BLUE value IS 93 (36.72% from 255) = 26.27%
R=38.98%
G=34.75%
B=26.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.33
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381239300.110.330.464019.4845.29
Hex8A7B5D0B212E28132d
Octal2121731350134156502355
Binary10001010111101110111010101110000110111010100010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A7B5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,123,93); }

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

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

 a { background-color: rgb(138,123,93); }

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

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

 span { border-color: rgb(138,123,93); }

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