Html Css Color HEX #857D47 Clay Creek

📋 copy color: '#857D47'

red 133 ◦ green 125 ◦ blue 71

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

Shades of Clay Creek #857D47

Tints of Clay Creek #857D47

RGB

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

 GREEN value IS 125 (49.22% from 255) = 37.99%

 BLUE value IS 71 (28.13% from 255) = 21.58%

R = 40.43%
G = 37.99%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.47

 K value IS 0.48

RGB Variations

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

Color information

#857D47 (or 0x857D47) is known color: Clay Creek. HEX triplet: 85, 7D and 47. RGB value is (133,125,71). Sum of RGB (Red+Green+Blue) = 133+125+71=329 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.43% from 329); Green value is 125 (49.22% from 255 or 37.99% from 329); Blue value is 71 (28.12% from 255 or 21.58% from 329); Max value from RGB is 133 - color contains mainly: red. Hex color #857D47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857D47 is #7A82B8. Grayscale: #797979. Windows color (decimal): -8028857 or 4685189. OLE color: 4685189.

HSL color Cylindrical-coordinate representation of color #857D47: hue angle of 52.26º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #857D47 is Cyan = 0, Magento = 0.06, Yellow = 0.47 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 125 71 -
CMYK 0 0.06 0.47 0.48
HSL 52.26º 0.3% 0.4% -
HSV(B) 52.26º 0.47% 0.52% -
XYZ 18.14 20.11 8.89 -
YUV 121.24 99.65 136.39 -
System Red Green Blue C M Y K H S L
Decimal 133 125 71 0 0.06 0.47 0.48 52.26 0.3 0.4
Hex 85 7D 47 0 6 2F 30 34 1E 28
Octal 205 175 107 0 6 57 60 64 36 50
Binary 10000101 1111101 1000111 0 110 101111 110000 110100 11110 101000

Color Harmonies of #857D47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857D47

Black with #857D47

Text Example


Text Example

White with #857D47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,125,71); }

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

background-color css

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

 a { background-color: rgb(133,125,71); }

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

border-color css

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

 span { border-color: rgb(133,125,71); }

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