Html Css Color HEX #857B47 Clay Creek

📋 copy color: '#857B47'

red 133 ◦ green 123 ◦ blue 71

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

Shades of Clay Creek #857B47

Tints of Clay Creek #857B47

RGB

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

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

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

R = 40.67%
G = 37.61%
B = 21.71%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.47

 K value IS 0.48

RGB Variations

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

Color information

#857B47 (or 0x857B47) is known color: Clay Creek. HEX triplet: 85, 7B and 47. RGB value is (133,123,71). Sum of RGB (Red+Green+Blue) = 133+123+71=327 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.67% from 327); Green value is 123 (48.44% from 255 or 37.61% from 327); Blue value is 71 (28.12% from 255 or 21.71% from 327); Max value from RGB is 133 - color contains mainly: red. Hex color #857B47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857B47 is #7A84B8. Grayscale: #787878. Windows color (decimal): -8029369 or 4684677. OLE color: 4684677.

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

Color convert

RGB 133 123 71 -
CMYK 0 0.08 0.47 0.48
HSL 50.32º 0.3% 0.4% -
HSV(B) 50.32º 0.47% 0.52% -
XYZ 17.89 19.61 8.8 -
YUV 120.06 100.31 137.23 -
System Red Green Blue C M Y K H S L
Decimal 133 123 71 0 0.08 0.47 0.48 50.32 0.3 0.4
Hex 85 7B 47 0 8 2F 30 32 1E 28
Octal 205 173 107 0 10 57 60 62 36 50
Binary 10000101 1111011 1000111 0 1000 101111 110000 110010 11110 101000

Color Harmonies of #857B47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857B47

Black with #857B47

Text Example


Text Example

White with #857B47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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