#8A795A

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

Shades of Clay Creek #8A795A

Tints of Clay Creek #8A795A

Color information

#8A795A (or 0x8A795A) is unknown color: approx Clay Creek. HEX triplet: 8A, 79 and 5A. RGB value is (138,121,90). Sum of RGB (Red+Green+Blue) = 138+121+90=349 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.54% from 349); Green value is 121 (47.66% from 255 or 34.67% from 349); Blue value is 90 (35.55% from 255 or 25.79% from 349); Max value from RGB is 138 - color contains mainly: red. Hex color #8A795A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A795A is #7586A5. Grayscale: #7A7A7A. Windows color (decimal): -7702182 or 5929354. OLE color: 5929354.

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

Color convert

RGB13812190-
CMYK00.120.350.46
HSL38.75º21.05%44.71%-
HSV(B)38.75º34.78%54.12%-
XYZ19.1619.8212.49-
YUV122.55109.63139.02-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 39.54%
GREEN value IS 121 (47.66% from 255) = 34.67%
BLUE value IS 90 (35.55% from 255) = 25.79%
R=39.54%
G=34.67%
B=25.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.35
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381219000.120.350.4638.7521.0544.71
Hex8A795A0C232E27152d
Octal2121711320144356472555
Binary10001010111100110110100110010001110111010011110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A795A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,121,90); }

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

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

 a { background-color: rgb(138,121,90); }

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

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

 span { border-color: rgb(138,121,90); }

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