#85794F

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

Shades of Clay Creek #85794F

Tints of Clay Creek #85794F

Color information

#85794F (or 0x85794F) is unknown color: approx Clay Creek. HEX triplet: 85, 79 and 4F. RGB value is (133,121,79). Sum of RGB (Red+Green+Blue) = 133+121+79=333 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.94% from 333); Green value is 121 (47.66% from 255 or 36.34% from 333); Blue value is 79 (31.25% from 255 or 23.72% from 333); Max value from RGB is 133 - color contains mainly: red. Hex color #85794F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85794F is #7A86B0. Grayscale: #777777. Windows color (decimal): -8029873 or 5208453. OLE color: 5208453.

HSL color Cylindrical-coordinate representation of color #85794F: hue angle of 46.67º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #85794F is Cyan = 0, Magento = 0.09, Yellow = 0.41 and Black (K on CMYK) = 0.48.

Color convert

RGB13312179-
CMYK00.090.410.48
HSL46.67º25.47%41.57%-
HSV(B)46.67º40.6%52.16%-
XYZ17.9219.2310.16-
YUV119.8104.98137.42-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.94%
GREEN value IS 121 (47.66% from 255) = 36.34%
BLUE value IS 79 (31.25% from 255) = 23.72%
R=39.94%
G=36.34%
B=23.72%

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
Decimal1331217900.090.410.4846.6725.4741.57
Hex85794F0929302f192a
Octal2051711170115160573152
Binary10000101111100110011110100110100111000010111111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85794F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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