Html Css Color HEX #857A49 Clay Creek

📋 copy color: '#857A49'

red 133 ◦ green 122 ◦ blue 73

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

Shades of Clay Creek #857A49

Tints of Clay Creek #857A49

RGB

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

 GREEN value IS 122 (48.05% from 255) = 37.2%

 BLUE value IS 73 (28.91% from 255) = 22.26%

R = 40.55%
G = 37.2%
B = 22.26%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.45

 K value IS 0.48

RGB Variations

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

Color information

#857A49 (or 0x857A49) is known color: Clay Creek. HEX triplet: 85, 7A and 49. RGB value is (133,122,73). Sum of RGB (Red+Green+Blue) = 133+122+73=328 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.55% from 328); Green value is 122 (48.05% from 255 or 37.20% from 328); Blue value is 73 (28.91% from 255 or 22.26% from 328); Max value from RGB is 133 - color contains mainly: red. Hex color #857A49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857A49 is #7A85B6. Grayscale: #777777. Windows color (decimal): -8029623 or 4815493. OLE color: 4815493.

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

Color convert

RGB 133 122 73 -
CMYK 0 0.08 0.45 0.48
HSL 49º 0.29% 0.4% -
HSV(B) 49º 0.45% 0.52% -
XYZ 17.84 19.39 9.11 -
YUV 119.7 101.64 137.48 -
System Red Green Blue C M Y K H S L
Decimal 133 122 73 0 0.08 0.45 0.48 49 0.29 0.4
Hex 85 7A 49 0 8 2D 30 31 1D 28
Octal 205 172 111 0 10 55 60 61 35 50
Binary 10000101 1111010 1001001 0 1000 101101 110000 110001 11101 101000

Color Harmonies of #857A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857A49

Black with #857A49

Text Example


Text Example

White with #857A49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,122,73); }

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

background-color css

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

 a { background-color: rgb(133,122,73); }

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

border-color css

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

 span { border-color: rgb(133,122,73); }

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