#857F4B

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

Shades of Clay Creek #857F4B

Tints of Clay Creek #857F4B

Color information

#857F4B (or 0x857F4B) is unknown color: approx Clay Creek. HEX triplet: 85, 7F and 4B. RGB value is (133,127,75). Sum of RGB (Red+Green+Blue) = 133+127+75=335 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.70% from 335); Green value is 127 (50% from 255 or 37.91% from 335); Blue value is 75 (29.69% from 255 or 22.39% from 335); Max value from RGB is 133 - color contains mainly: red. Hex color #857F4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857F4B is #7A80B4. Grayscale: #7B7B7B. Windows color (decimal): -8028341 or 4947845. OLE color: 4947845.

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

Color convert

RGB13312775-
CMYK00.050.440.48
HSL53.79º27.88%40.78%-
HSV(B)53.79º43.61%52.16%-
XYZ18.5320.679.67-
YUV122.87100.99135.23-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.70%
GREEN value IS 127 (50% from 255) = 37.91%
BLUE value IS 75 (29.69% from 255) = 22.39%
R=39.70%
G=37.91%
B=22.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.44
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331277500.050.440.4853.7927.8840.78
Hex857F4B052C30361c29
Octal205177113055460663451
Binary1000010111111111001011010110110011000011011011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857F4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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