Html Css Color HEX #857A5C Clay Creek

📋 copy color: '#857A5C'

red 133 ◦ green 122 ◦ blue 92

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

Shades of Clay Creek #857A5C

Tints of Clay Creek #857A5C

RGB

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

 GREEN value IS 122 (48.05% from 255) = 35.16%

 BLUE value IS 92 (36.33% from 255) = 26.51%

R = 38.33%
G = 35.16%
B = 26.51%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.31

 K value IS 0.48

RGB Variations

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

Color information

#857A5C (or 0x857A5C) is known color: Clay Creek. HEX triplet: 85, 7A and 5C. RGB value is (133,122,92). Sum of RGB (Red+Green+Blue) = 133+122+92=347 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.33% from 347); Green value is 122 (48.05% from 255 or 35.16% from 347); Blue value is 92 (36.33% from 255 or 26.51% from 347); Max value from RGB is 133 - color contains mainly: red. Hex color #857A5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857A5C is #7A85A3. Grayscale: #7A7A7A. Windows color (decimal): -8029604 or 6060677. OLE color: 6060677.

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

Color convert

RGB 133 122 92 -
CMYK 0 0.08 0.31 0.48
HSL 43.9º 0.18% 0.44% -
HSV(B) 43.9º 0.31% 0.52% -
XYZ 18.56 19.68 12.95 -
YUV 121.87 111.14 135.94 -
System Red Green Blue C M Y K H S L
Decimal 133 122 92 0 0.08 0.31 0.48 43.9 0.18 0.44
Hex 85 7A 5C 0 8 1F 30 2C 12 2C
Octal 205 172 134 0 10 37 60 54 22 54
Binary 10000101 1111010 1011100 0 1000 11111 110000 101100 10010 101100

Color Harmonies of #857A5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857A5C

Black with #857A5C

Text Example


Text Example

White with #857A5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,122,92); }

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

background-color css

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

 a { background-color: rgb(133,122,92); }

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

border-color css

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

 span { border-color: rgb(133,122,92); }

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