Html Css Color HEX #857D5E Clay Creek

📋 copy color: '#857D5E'

red 133 ◦ green 125 ◦ blue 94

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

Shades of Clay Creek #857D5E

Tints of Clay Creek #857D5E

RGB

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

 GREEN value IS 125 (49.22% from 255) = 35.51%

 BLUE value IS 94 (37.11% from 255) = 26.7%

R = 37.78%
G = 35.51%
B = 26.7%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.29

 K value IS 0.48

RGB Variations

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

Color information

#857D5E (or 0x857D5E) is known color: Clay Creek. HEX triplet: 85, 7D and 5E. RGB value is (133,125,94). Sum of RGB (Red+Green+Blue) = 133+125+94=352 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.78% from 352); Green value is 125 (49.22% from 255 or 35.51% from 352); Blue value is 94 (37.11% from 255 or 26.70% from 352); Max value from RGB is 133 - color contains mainly: red. Hex color #857D5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857D5E is #7A82A1. Grayscale: #7B7B7B. Windows color (decimal): -8028834 or 6192517. OLE color: 6192517.

HSL color Cylindrical-coordinate representation of color #857D5E: hue angle of 47.69º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #857D5E is Cyan = 0, Magento = 0.06, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 125 94 -
CMYK 0 0.06 0.29 0.48
HSL 47.69º 0.17% 0.45% -
HSV(B) 47.69º 0.29% 0.52% -
XYZ 19.03 20.46 13.54 -
YUV 123.86 111.15 134.52 -
System Red Green Blue C M Y K H S L
Decimal 133 125 94 0 0.06 0.29 0.48 47.69 0.17 0.45
Hex 85 7D 5E 0 6 1D 30 30 11 2D
Octal 205 175 136 0 6 35 60 60 21 55
Binary 10000101 1111101 1011110 0 110 11101 110000 110000 10001 101101

Color Harmonies of #857D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857D5E

Black with #857D5E

Text Example


Text Example

White with #857D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,125,94); }

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

background-color css

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

 a { background-color: rgb(133,125,94); }

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

border-color css

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

 span { border-color: rgb(133,125,94); }

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