#857C4E

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

Shades of Clay Creek #857C4E

Tints of Clay Creek #857C4E

Color information

#857C4E (or 0x857C4E) is unknown color: approx Clay Creek. HEX triplet: 85, 7C and 4E. RGB value is (133,124,78). Sum of RGB (Red+Green+Blue) = 133+124+78=335 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.70% from 335); Green value is 124 (48.83% from 255 or 37.01% from 335); Blue value is 78 (30.86% from 255 or 23.28% from 335); Max value from RGB is 133 - color contains mainly: red. Hex color #857C4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857C4E is #7A83B1. Grayscale: #797979. Windows color (decimal): -8029106 or 5143685. OLE color: 5143685.

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

Color convert

RGB13312478-
CMYK00.070.410.48
HSL50.18º26.07%41.37%-
HSV(B)50.18º41.35%52.16%-
XYZ18.2619.9510.1-
YUV121.45103.48136.24-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.70%
GREEN value IS 124 (48.83% from 255) = 37.01%
BLUE value IS 78 (30.86% from 255) = 23.28%
R=39.70%
G=37.01%
B=23.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.41
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331247800.070.410.4850.1826.0741.37
Hex857C4E072930321a29
Octal205174116075160623251
Binary1000010111111001001110011110100111000011001011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857C4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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