Html Css Color HEX #857C5E Clay Creek

📋 copy color: '#857C5E'

red 133 ◦ green 124 ◦ blue 94

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

Shades of Clay Creek #857C5E

Tints of Clay Creek #857C5E

RGB

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

 GREEN value IS 124 (48.83% from 255) = 35.33%

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

R = 37.89%
G = 35.33%
B = 26.78%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.29

 K value IS 0.48

RGB Variations

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

Color information

#857C5E (or 0x857C5E) is known color: Clay Creek. HEX triplet: 85, 7C and 5E. RGB value is (133,124,94). Sum of RGB (Red+Green+Blue) = 133+124+94=351 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.89% from 351); Green value is 124 (48.83% from 255 or 35.33% from 351); Blue value is 94 (37.11% from 255 or 26.78% from 351); Max value from RGB is 133 - color contains mainly: red. Hex color #857C5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857C5E is #7A83A1. Grayscale: #7B7B7B. Windows color (decimal): -8029090 or 6192261. OLE color: 6192261.

HSL color Cylindrical-coordinate representation of color #857C5E: hue angle of 46.15º 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 #857C5E is Cyan = 0, Magento = 0.07, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 124 94 -
CMYK 0 0.07 0.29 0.48
HSL 46.15º 0.17% 0.45% -
HSV(B) 46.15º 0.29% 0.52% -
XYZ 18.9 20.21 13.49 -
YUV 123.27 111.48 134.94 -
System Red Green Blue C M Y K H S L
Decimal 133 124 94 0 0.07 0.29 0.48 46.15 0.17 0.45
Hex 85 7C 5E 0 7 1D 30 2E 11 2D
Octal 205 174 136 0 7 35 60 56 21 55
Binary 10000101 1111100 1011110 0 111 11101 110000 101110 10001 101101

Color Harmonies of #857C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857C5E

Black with #857C5E

Text Example


Text Example

White with #857C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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