Html Css Color HEX #857859 Clay Creek

📋 copy color: '#857859'

red 133 ◦ green 120 ◦ blue 89

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

Shades of Clay Creek #857859

Tints of Clay Creek #857859

RGB

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

 GREEN value IS 120 (47.27% from 255) = 35.09%

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

R = 38.89%
G = 35.09%
B = 26.02%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.33

 K value IS 0.48

RGB Variations

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

Color information

#857859 (or 0x857859) is known color: Clay Creek. HEX triplet: 85, 78 and 59. RGB value is (133,120,89). Sum of RGB (Red+Green+Blue) = 133+120+89=342 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.89% from 342); Green value is 120 (47.27% from 255 or 35.09% from 342); Blue value is 89 (35.16% from 255 or 26.02% from 342); Max value from RGB is 133 - color contains mainly: red. Hex color #857859 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857859 is #7A87A6. Grayscale: #787878. Windows color (decimal): -8030119 or 5863557. OLE color: 5863557.

HSL color Cylindrical-coordinate representation of color #857859: hue angle of 42.27º 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 #857859 is Cyan = 0, Magento = 0.10, Yellow = 0.33 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 120 89 -
CMYK 0 0.10 0.33 0.48
HSL 42.27º 0.2% 0.44% -
HSV(B) 42.27º 0.33% 0.52% -
XYZ 18.19 19.14 12.19 -
YUV 120.35 110.31 137.02 -
System Red Green Blue C M Y K H S L
Decimal 133 120 89 0 0.10 0.33 0.48 42.27 0.2 0.44
Hex 85 78 59 0 A 21 30 2A 14 2C
Octal 205 170 131 0 12 41 60 52 24 54
Binary 10000101 1111000 1011001 0 1010 100001 110000 101010 10100 101100

Color Harmonies of #857859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857859

Black with #857859

Text Example


Text Example

White with #857859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857859; }

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

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

background-color css

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

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

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

border-color css

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

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

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