#85784C

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

Shades of Clay Creek #85784C

Tints of Clay Creek #85784C

Color information

#85784C (or 0x85784C) is unknown color: approx Clay Creek. HEX triplet: 85, 78 and 4C. RGB value is (133,120,76). Sum of RGB (Red+Green+Blue) = 133+120+76=329 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.43% from 329); Green value is 120 (47.27% from 255 or 36.47% from 329); Blue value is 76 (30.08% from 255 or 23.10% from 329); Max value from RGB is 133 - color contains mainly: red. Hex color #85784C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85784C is #7A87B3. Grayscale: #777777. Windows color (decimal): -8030132 or 5011589. OLE color: 5011589.

HSL color Cylindrical-coordinate representation of color #85784C: hue angle of 46.32º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #85784C is Cyan = 0, Magento = 0.10, Yellow = 0.43 and Black (K on CMYK) = 0.48.

Color convert

RGB13312076-
CMYK00.100.430.48
HSL46.32º27.27%40.98%-
HSV(B)46.32º42.86%52.16%-
XYZ17.6918.949.56-
YUV118.87103.81138.08-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.43%
GREEN value IS 120 (47.27% from 255) = 36.47%
BLUE value IS 76 (30.08% from 255) = 23.10%
R=40.43%
G=36.47%
B=23.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.43
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331207600.100.430.4846.3227.2740.98
Hex85784C0A2B302e1b29
Octal2051701140125360563351
Binary10000101111100010011000101010101111000010111011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85784C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85784C; }

 p { color: rgb(133,120,76); }

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

<style>
 a { background-color: #85784C; }

 a { background-color: rgb(133,120,76); }

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

<style>
 span { border-color: #85784C; }

 span { border-color: rgb(133,120,76); }

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