Html Css Color HEX #857B5D Clay Creek

📋 copy color: '#857B5D'

red 133 ◦ green 123 ◦ blue 93

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

Shades of Clay Creek #857B5D

Tints of Clay Creek #857B5D

RGB

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

 GREEN value IS 123 (48.44% from 255) = 35.24%

 BLUE value IS 93 (36.72% from 255) = 26.65%

R = 38.11%
G = 35.24%
B = 26.65%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.30

 K value IS 0.48

RGB Variations

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

Color information

#857B5D (or 0x857B5D) is known color: Clay Creek. HEX triplet: 85, 7B and 5D. RGB value is (133,123,93). Sum of RGB (Red+Green+Blue) = 133+123+93=349 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38.11% from 349); Green value is 123 (48.44% from 255 or 35.24% from 349); Blue value is 93 (36.72% from 255 or 26.65% from 349); Max value from RGB is 133 - color contains mainly: red. Hex color #857B5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857B5D is #7A84A2. Grayscale: #7A7A7A. Windows color (decimal): -8029347 or 6126469. OLE color: 6126469.

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

Color convert

RGB 133 123 93 -
CMYK 0 0.08 0.30 0.48
HSL 45º 0.18% 0.44% -
HSV(B) 45º 0.3% 0.52% -
XYZ 18.73 19.94 13.22 -
YUV 122.57 111.31 135.44 -
System Red Green Blue C M Y K H S L
Decimal 133 123 93 0 0.08 0.30 0.48 45 0.18 0.44
Hex 85 7B 5D 0 8 1E 30 2D 12 2C
Octal 205 173 135 0 10 36 60 55 22 54
Binary 10000101 1111011 1011101 0 1000 11110 110000 101101 10010 101100

Color Harmonies of #857B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857B5D

Black with #857B5D

Text Example


Text Example

White with #857B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,123,93); }

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

background-color css

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

 a { background-color: rgb(133,123,93); }

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

border-color css

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

 span { border-color: rgb(133,123,93); }

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