#858154

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

Shades of Clay Creek #858154

Tints of Clay Creek #858154

Color information

#858154 (or 0x858154) is unknown color: approx Clay Creek. HEX triplet: 85, 81 and 54. RGB value is (133,129,84). Sum of RGB (Red+Green+Blue) = 133+129+84=346 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.44% from 346); Green value is 129 (50.78% from 255 or 37.28% from 346); Blue value is 84 (33.20% from 255 or 24.28% from 346); Max value from RGB is 133 - color contains mainly: red. Hex color #858154 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858154 is #7A7EAB. Grayscale: #7D7D7D. Windows color (decimal): -8027820 or 5538181. OLE color: 5538181.

HSL color Cylindrical-coordinate representation of color #858154: hue angle of 55.1º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #858154 is Cyan = 0, Magento = 0.03, Yellow = 0.37 and Black (K on CMYK) = 0.48.

Color convert

RGB13312984-
CMYK00.030.370.48
HSL55.1º22.58%42.55%-
HSV(B)55.1º36.84%52.16%-
XYZ19.1221.3311.5-
YUV125.07104.83133.66-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.44%
GREEN value IS 129 (50.78% from 255) = 37.28%
BLUE value IS 84 (33.20% from 255) = 24.28%
R=38.44%
G=37.28%
B=24.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.37
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331298400.030.370.4855.122.5842.55
Hex85815403253037172b
Octal205201124034560672753
Binary1000010110000001101010001110010111000011011110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858154; }

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

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

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

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

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

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

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

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