#8A7C4B

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

Shades of Clay Creek #8A7C4B

Tints of Clay Creek #8A7C4B

Color information

#8A7C4B (or 0x8A7C4B) is unknown color: approx Clay Creek. HEX triplet: 8A, 7C and 4B. RGB value is (138,124,75). Sum of RGB (Red+Green+Blue) = 138+124+75=337 (44% of max value = 765). Red value is 138 (54.30% from 255 or 40.95% from 337); Green value is 124 (48.83% from 255 or 36.80% from 337); Blue value is 75 (29.69% from 255 or 22.26% from 337); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7C4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A7C4B is #7583B4. Grayscale: #7A7A7A. Windows color (decimal): -7701429 or 4947082. OLE color: 4947082.

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

Color convert

RGB13812475-
CMYK00.100.460.46
HSL46.67º29.58%41.76%-
HSV(B)46.67º45.65%54.12%-
XYZ18.9620.339.58-
YUV122.6101.14138.98-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 40.95%
GREEN value IS 124 (48.83% from 255) = 36.80%
BLUE value IS 75 (29.69% from 255) = 22.26%
R=40.95%
G=36.80%
B=22.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.46
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381247500.100.460.4646.6729.5841.76
Hex8A7C4B0A2E2E2f1e2a
Octal2121741130125656573652
Binary10001010111110010010110101010111010111010111111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A7C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,124,75); }

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

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

 a { background-color: rgb(138,124,75); }

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

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

 span { border-color: rgb(138,124,75); }

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