#8C824B

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

Shades of Clay Creek #8C824B

Tints of Clay Creek #8C824B

Color information

#8C824B (or 0x8C824B) is unknown color: approx Clay Creek. HEX triplet: 8C, 82 and 4B. RGB value is (140,130,75). Sum of RGB (Red+Green+Blue) = 140+130+75=345 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.58% from 345); Green value is 130 (51.17% from 255 or 37.68% from 345); Blue value is 75 (29.69% from 255 or 21.74% from 345); Max value from RGB is 140 - color contains mainly: red. Hex color #8C824B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C824B is #737DB4. Grayscale: #7E7E7E. Windows color (decimal): -7568821 or 4948620. OLE color: 4948620.

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

Color convert

RGB14013075-
CMYK00.070.460.45
HSL50.77º30.23%42.16%-
HSV(B)50.77º46.43%54.9%-
XYZ20.0722.059.85-
YUV126.7298.81137.47-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 40.58%
GREEN value IS 130 (51.17% from 255) = 37.68%
BLUE value IS 75 (29.69% from 255) = 21.74%
R=40.58%
G=37.68%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.46
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401307500.070.460.4550.7730.2342.16
Hex8C824B072E2D331e2a
Octal214202113075655633652
Binary10001100100000101001011011110111010110111001111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C824B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,130,75); }

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

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

 a { background-color: rgb(140,130,75); }

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

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

 span { border-color: rgb(140,130,75); }

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