Html Css Color HEX #857F59 Clay Creek

📋 copy color: '#857F59'

red 133 ◦ green 127 ◦ blue 89

#857F59
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Clay Creek #857F59

Tints of Clay Creek #857F59

RGB

 RED value IS 133 (52.34% from 255) = 38.11%

 GREEN value IS 127 (50% from 255) = 36.39%

 BLUE value IS 89 (35.16% from 255) = 25.5%

R = 38.11%
G = 36.39%
B = 25.5%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.33

 K value IS 0.48

RGB Variations

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

Color information

#857F59 (or 0x857F59) is known color: Clay Creek. HEX triplet: 85, 7F and 59. RGB value is (133,127,89). Sum of RGB (Red+Green+Blue) = 133+127+89=349 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38.11% from 349); Green value is 127 (50% from 255 or 36.39% from 349); Blue value is 89 (35.16% from 255 or 25.50% from 349); Max value from RGB is 133 - color contains mainly: red. Hex color #857F59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857F59 is #7A80A6. Grayscale: #7C7C7C. Windows color (decimal): -8028327 or 5865349. OLE color: 5865349.

HSL color Cylindrical-coordinate representation of color #857F59: hue angle of 51.82º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #857F59 is Cyan = 0, Magento = 0.05, Yellow = 0.33 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 127 89 -
CMYK 0 0.05 0.33 0.48
HSL 51.82º 0.2% 0.44% -
HSV(B) 51.82º 0.33% 0.52% -
XYZ 19.07 20.89 12.48 -
YUV 124.46 107.99 134.09 -
System Red Green Blue C M Y K H S L
Decimal 133 127 89 0 0.05 0.33 0.48 51.82 0.2 0.44
Hex 85 7F 59 0 5 21 30 34 14 2C
Octal 205 177 131 0 5 41 60 64 24 54
Binary 10000101 1111111 1011001 0 101 100001 110000 110100 10100 101100

Color Harmonies of #857F59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857F59

Black with #857F59

Text Example


Text Example

White with #857F59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857F59; }

 p { color: rgb(133,127,89); }

 H1.HeaderClassName
 {
   color: #857F59;
 }
 .AnyTagClassName
 {
   color: #857F59;
 }
</style>

background-color css

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

 a { background-color: rgb(133,127,89); }

 div.DivClassName
 {
   background-color: #857F59;
 }
 .BgClassName
 {
   background-color: #857F59;
 }
</style>

border-color css

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

 span { border-color: rgb(133,127,89); }

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