Html Css Color HEX #857B4F Clay Creek

📋 copy color: '#857B4F'

red 133 ◦ green 123 ◦ blue 79

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

Shades of Clay Creek #857B4F

Tints of Clay Creek #857B4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 23.58%

R = 39.7%
G = 36.72%
B = 23.58%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.41

 K value IS 0.48

RGB Variations

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

Color information

#857B4F (or 0x857B4F) is known color: Clay Creek. HEX triplet: 85, 7B and 4F. RGB value is (133,123,79). Sum of RGB (Red+Green+Blue) = 133+123+79=335 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.70% from 335); Green value is 123 (48.44% from 255 or 36.72% from 335); Blue value is 79 (31.25% from 255 or 23.58% from 335); Max value from RGB is 133 - color contains mainly: red. Hex color #857B4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857B4F is #7A84B0. Grayscale: #797979. Windows color (decimal): -8029361 or 5208965. OLE color: 5208965.

HSL color Cylindrical-coordinate representation of color #857B4F: hue angle of 48.89º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #857B4F is Cyan = 0, Magento = 0.08, Yellow = 0.41 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 123 79 -
CMYK 0 0.08 0.41 0.48
HSL 48.89º 0.25% 0.42% -
HSV(B) 48.89º 0.41% 0.52% -
XYZ 18.17 19.72 10.25 -
YUV 120.97 104.31 136.58 -
System Red Green Blue C M Y K H S L
Decimal 133 123 79 0 0.08 0.41 0.48 48.89 0.25 0.42
Hex 85 7B 4F 0 8 29 30 31 19 2A
Octal 205 173 117 0 10 51 60 61 31 52
Binary 10000101 1111011 1001111 0 1000 101001 110000 110001 11001 101010

Color Harmonies of #857B4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857B4F

Black with #857B4F

Text Example


Text Example

White with #857B4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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