#8A874F

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

Shades of Clay Creek #8A874F

Tints of Clay Creek #8A874F

Color information

#8A874F (or 0x8A874F) is unknown color: approx Clay Creek. HEX triplet: 8A, 87 and 4F. RGB value is (138,135,79). Sum of RGB (Red+Green+Blue) = 138+135+79=352 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.20% from 352); Green value is 135 (53.12% from 255 or 38.35% from 352); Blue value is 79 (31.25% from 255 or 22.44% from 352); Max value from RGB is 138 - color contains mainly: red. Hex color #8A874F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A874F is #7578B0. Grayscale: #818181. Windows color (decimal): -7698609 or 5212042. OLE color: 5212042.

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

Color convert

RGB13813579-
CMYK00.020.430.46
HSL56.95º27.19%42.55%-
HSV(B)56.95º42.75%54.12%-
XYZ20.5623.310.81-
YUV129.5199.49134.05-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 39.20%
GREEN value IS 135 (53.12% from 255) = 38.35%
BLUE value IS 79 (31.25% from 255) = 22.44%
R=39.20%
G=38.35%
B=22.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.43
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381357900.020.430.4656.9527.1942.55
Hex8A874F022B2E391b2b
Octal212207117025356713353
Binary1000101010000111100111101010101110111011100111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A874F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,135,79); }

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

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

 a { background-color: rgb(138,135,79); }

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

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

 span { border-color: rgb(138,135,79); }

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