#85794E

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

Shades of Clay Creek #85794E

Tints of Clay Creek #85794E

Color information

#85794E (or 0x85794E) is unknown color: approx Clay Creek. HEX triplet: 85, 79 and 4E. RGB value is (133,121,78). Sum of RGB (Red+Green+Blue) = 133+121+78=332 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.06% from 332); Green value is 121 (47.66% from 255 or 36.45% from 332); Blue value is 78 (30.86% from 255 or 23.49% from 332); Max value from RGB is 133 - color contains mainly: red. Hex color #85794E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85794E is #7A86B1. Grayscale: #777777. Windows color (decimal): -8029874 or 5142917. OLE color: 5142917.

HSL color Cylindrical-coordinate representation of color #85794E: hue angle of 46.91º 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 #85794E is Cyan = 0, Magento = 0.09, Yellow = 0.41 and Black (K on CMYK) = 0.48.

Color convert

RGB13312178-
CMYK00.090.410.48
HSL46.91º26.07%41.37%-
HSV(B)46.91º41.35%52.16%-
XYZ17.8919.219.97-
YUV119.69104.48137.5-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.06%
GREEN value IS 121 (47.66% from 255) = 36.45%
BLUE value IS 78 (30.86% from 255) = 23.49%
R=40.06%
G=36.45%
B=23.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.41
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331217800.090.410.4846.9126.0741.37
Hex85794E0929302f1a29
Octal2051711160115160573251
Binary10000101111100110011100100110100111000010111111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85794E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85794E; }

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

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

<style>
 a { background-color: #85794E; }

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

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

<style>
 span { border-color: #85794E; }

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

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