Html Css Color HEX #857B5C Clay Creek

📋 copy color: '#857B5C'

red 133 ◦ green 123 ◦ blue 92

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

Shades of Clay Creek #857B5C

Tints of Clay Creek #857B5C

RGB

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

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

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

R = 38.22%
G = 35.34%
B = 26.44%

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

#857B5C (or 0x857B5C) is known color: Clay Creek. HEX triplet: 85, 7B and 5C. RGB value is (133,123,92). Sum of RGB (Red+Green+Blue) = 133+123+92=348 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38.22% from 348); Green value is 123 (48.44% from 255 or 35.34% from 348); Blue value is 92 (36.33% from 255 or 26.44% from 348); Max value from RGB is 133 - color contains mainly: red. Hex color #857B5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857B5C is #7A84A3. Grayscale: #7A7A7A. Windows color (decimal): -8029348 or 6060933. OLE color: 6060933.

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

Color convert

RGB 133 123 92 -
CMYK 0 0.08 0.31 0.48
HSL 45.37º 0.18% 0.44% -
HSV(B) 45.37º 0.31% 0.52% -
XYZ 18.69 19.93 12.99 -
YUV 122.46 110.81 135.52 -
System Red Green Blue C M Y K H S L
Decimal 133 123 92 0 0.08 0.31 0.48 45.37 0.18 0.44
Hex 85 7B 5C 0 8 1F 30 2D 12 2C
Octal 205 173 134 0 10 37 60 55 22 54
Binary 10000101 1111011 1011100 0 1000 11111 110000 101101 10010 101100

Color Harmonies of #857B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857B5C

Black with #857B5C

Text Example


Text Example

White with #857B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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