#857A4B

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

Shades of Clay Creek #857A4B

Tints of Clay Creek #857A4B

Color information

#857A4B (or 0x857A4B) is unknown color: approx Clay Creek. HEX triplet: 85, 7A and 4B. RGB value is (133,122,75). Sum of RGB (Red+Green+Blue) = 133+122+75=330 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.30% from 330); Green value is 122 (48.05% from 255 or 36.97% from 330); Blue value is 75 (29.69% from 255 or 22.73% from 330); Max value from RGB is 133 - color contains mainly: red. Hex color #857A4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857A4B is #7A85B4. Grayscale: #787878. Windows color (decimal): -8029621 or 4946565. OLE color: 4946565.

HSL color Cylindrical-coordinate representation of color #857A4B: hue angle of 48.62º degrees, saturation: 0.28, 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 #857A4B is Cyan = 0, Magento = 0.08, Yellow = 0.44 and Black (K on CMYK) = 0.48.

Color convert

RGB13312275-
CMYK00.080.440.48
HSL48.62º27.88%40.78%-
HSV(B)48.62º43.61%52.16%-
XYZ17.919.419.46-
YUV119.93102.64137.32-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.30%
GREEN value IS 122 (48.05% from 255) = 36.97%
BLUE value IS 75 (29.69% from 255) = 22.73%
R=40.30%
G=36.97%
B=22.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.44
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331227500.080.440.4848.6227.8840.78
Hex857A4B082C30311c29
Octal2051721130105460613451
Binary10000101111101010010110100010110011000011000111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,122,75); }

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

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

 a { background-color: rgb(133,122,75); }

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

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

 span { border-color: rgb(133,122,75); }

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