#8A7856

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

Shades of Clay Creek #8A7856

Tints of Clay Creek #8A7856

Color information

#8A7856 (or 0x8A7856) is unknown color: approx Clay Creek. HEX triplet: 8A, 78 and 56. RGB value is (138,120,86). Sum of RGB (Red+Green+Blue) = 138+120+86=344 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40.12% from 344); Green value is 120 (47.27% from 255 or 34.88% from 344); Blue value is 86 (33.98% from 255 or 25% from 344); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7856 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A7856 is #7587A9. Grayscale: #797979. Windows color (decimal): -7702442 or 5666954. OLE color: 5666954.

HSL color Cylindrical-coordinate representation of color #8A7856: hue angle of 39.23º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8A7856 is Cyan = 0, Magento = 0.13, Yellow = 0.38 and Black (K on CMYK) = 0.46.

Color convert

RGB13812086-
CMYK00.130.380.46
HSL39.23º23.21%43.92%-
HSV(B)39.23º37.68%54.12%-
XYZ18.8819.5111.57-
YUV121.51107.96139.76-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 40.12%
GREEN value IS 120 (47.27% from 255) = 34.88%
BLUE value IS 86 (33.98% from 255) = 25%
R=40.12%
G=34.88%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.38
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381208600.130.380.4639.2323.2143.92
Hex8A78560D262E27172c
Octal2121701260154656472754
Binary10001010111100010101100110110011010111010011110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A7856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,120,86); }

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

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

 a { background-color: rgb(138,120,86); }

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

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

 span { border-color: rgb(138,120,86); }

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