Html Css Color HEX #857D4A Clay Creek

📋 copy color: '#857D4A'

red 133 ◦ green 125 ◦ blue 74

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

Shades of Clay Creek #857D4A

Tints of Clay Creek #857D4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 22.29%

R = 40.06%
G = 37.65%
B = 22.29%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.44

 K value IS 0.48

RGB Variations

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

Color information

#857D4A (or 0x857D4A) is known color: Clay Creek. HEX triplet: 85, 7D and 4A. RGB value is (133,125,74). Sum of RGB (Red+Green+Blue) = 133+125+74=332 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.06% from 332); Green value is 125 (49.22% from 255 or 37.65% from 332); Blue value is 74 (29.30% from 255 or 22.29% from 332); Max value from RGB is 133 - color contains mainly: red. Hex color #857D4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857D4A is #7A82B5. Grayscale: #797979. Windows color (decimal): -8028854 or 4881797. OLE color: 4881797.

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

Color convert

RGB 133 125 74 -
CMYK 0 0.06 0.44 0.48
HSL 51.86º 0.29% 0.41% -
HSV(B) 51.86º 0.44% 0.52% -
XYZ 18.24 20.15 9.41 -
YUV 121.58 101.15 136.15 -
System Red Green Blue C M Y K H S L
Decimal 133 125 74 0 0.06 0.44 0.48 51.86 0.29 0.41
Hex 85 7D 4A 0 6 2C 30 34 1D 29
Octal 205 175 112 0 6 54 60 64 35 51
Binary 10000101 1111101 1001010 0 110 101100 110000 110100 11101 101001

Color Harmonies of #857D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857D4A

Black with #857D4A

Text Example


Text Example

White with #857D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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