Html Css Color HEX #857B5F Clay Creek

📋 copy color: '#857B5F'

red 133 ◦ green 123 ◦ blue 95

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

Shades of Clay Creek #857B5F

Tints of Clay Creek #857B5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 27.07%

R = 37.89%
G = 35.04%
B = 27.07%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.29

 K value IS 0.48

RGB Variations

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

Color information

#857B5F (or 0x857B5F) is known color: Clay Creek. HEX triplet: 85, 7B and 5F. RGB value is (133,123,95). Sum of RGB (Red+Green+Blue) = 133+123+95=351 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.89% from 351); Green value is 123 (48.44% from 255 or 35.04% from 351); Blue value is 95 (37.5% from 255 or 27.07% from 351); Max value from RGB is 133 - color contains mainly: red. Hex color #857B5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857B5F is #7A84A0. Grayscale: #7A7A7A. Windows color (decimal): -8029345 or 6257541. OLE color: 6257541.

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

Color convert

RGB 133 123 95 -
CMYK 0 0.08 0.29 0.48
HSL 44.21º 0.17% 0.45% -
HSV(B) 44.21º 0.29% 0.52% -
XYZ 18.82 19.98 13.69 -
YUV 122.8 112.31 135.28 -
System Red Green Blue C M Y K H S L
Decimal 133 123 95 0 0.08 0.29 0.48 44.21 0.17 0.45
Hex 85 7B 5F 0 8 1D 30 2C 11 2D
Octal 205 173 137 0 10 35 60 54 21 55
Binary 10000101 1111011 1011111 0 1000 11101 110000 101100 10001 101101

Color Harmonies of #857B5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857B5F

Black with #857B5F

Text Example


Text Example

White with #857B5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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