#857C4A

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

Shades of Clay Creek #857C4A

Tints of Clay Creek #857C4A

Color information

#857C4A (or 0x857C4A) is unknown color: approx Clay Creek. HEX triplet: 85, 7C and 4A. RGB value is (133,124,74). Sum of RGB (Red+Green+Blue) = 133+124+74=331 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.18% from 331); Green value is 124 (48.83% from 255 or 37.46% from 331); Blue value is 74 (29.30% from 255 or 22.36% from 331); Max value from RGB is 133 - color contains mainly: red. Hex color #857C4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857C4A is #7A83B5. Grayscale: #797979. Windows color (decimal): -8029110 or 4881541. OLE color: 4881541.

HSL color Cylindrical-coordinate representation of color #857C4A: hue angle of 50.85º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #857C4A is Cyan = 0, Magento = 0.07, Yellow = 0.44 and Black (K on CMYK) = 0.48.

Color convert

RGB13312474-
CMYK00.070.440.48
HSL50.85º28.5%40.59%-
HSV(B)50.85º44.36%52.16%-
XYZ18.1219.99.36-
YUV120.99101.48136.57-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.18%
GREEN value IS 124 (48.83% from 255) = 37.46%
BLUE value IS 74 (29.30% from 255) = 22.36%
R=40.18%
G=37.46%
B=22.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.44
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331247400.070.440.4850.8528.540.59
Hex857C4A072C30331d29
Octal205174112075460633551
Binary1000010111111001001010011110110011000011001111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857C4A; }

 p { color: rgb(133,124,74); }

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

<style>
 a { background-color: #857C4A; }

 a { background-color: rgb(133,124,74); }

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

<style>
 span { border-color: #857C4A; }

 span { border-color: rgb(133,124,74); }

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