#85814F

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

Shades of Clay Creek #85814F

Tints of Clay Creek #85814F

Color information

#85814F (or 0x85814F) is unknown color: approx Clay Creek. HEX triplet: 85, 81 and 4F. RGB value is (133,129,79). Sum of RGB (Red+Green+Blue) = 133+129+79=341 (45% of max value = 765). Red value is 133 (52.34% from 255 or 39.00% from 341); Green value is 129 (50.78% from 255 or 37.83% from 341); Blue value is 79 (31.25% from 255 or 23.17% from 341); Max value from RGB is 133 - color contains mainly: red. Hex color #85814F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85814F is #7A7EB0. Grayscale: #7C7C7C. Windows color (decimal): -8027825 or 5210501. OLE color: 5210501.

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

Color convert

RGB13312979-
CMYK00.030.410.48
HSL55.56º25.47%41.57%-
HSV(B)55.56º40.6%52.16%-
XYZ18.9321.2510.5-
YUV124.5102.33134.07-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.00%
GREEN value IS 129 (50.78% from 255) = 37.83%
BLUE value IS 79 (31.25% from 255) = 23.17%
R=39.00%
G=37.83%
B=23.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.41
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331297900.030.410.4855.5625.4741.57
Hex85814F03293038192a
Octal205201117035160703152
Binary1000010110000001100111101110100111000011100011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85814F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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