#85804B

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

Shades of Clay Creek #85804B

Tints of Clay Creek #85804B

Color information

#85804B (or 0x85804B) is unknown color: approx Clay Creek. HEX triplet: 85, 80 and 4B. RGB value is (133,128,75). Sum of RGB (Red+Green+Blue) = 133+128+75=336 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.58% from 336); Green value is 128 (50.39% from 255 or 38.10% from 336); Blue value is 75 (29.69% from 255 or 22.32% from 336); Max value from RGB is 133 - color contains mainly: red. Hex color #85804B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85804B is #7A7FB4. Grayscale: #7B7B7B. Windows color (decimal): -8028085 or 4948101. OLE color: 4948101.

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

Color convert

RGB13312875-
CMYK00.040.440.48
HSL54.83º27.88%40.78%-
HSV(B)54.83º43.61%52.16%-
XYZ18.6620.939.71-
YUV123.45100.66134.81-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.58%
GREEN value IS 128 (50.39% from 255) = 38.10%
BLUE value IS 75 (29.69% from 255) = 22.32%
R=39.58%
G=38.10%
B=22.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.44
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331287500.040.440.4854.8327.8840.78
Hex85804B042C30371c29
Octal205200113045460673451
Binary10000101100000001001011010010110011000011011111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85804B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85804B; }

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

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

<style>
 a { background-color: #85804B; }

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

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

<style>
 span { border-color: #85804B; }

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

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