Html Css Color HEX #857950 Clay Creek

📋 copy color: '#857950'

red 133 ◦ green 121 ◦ blue 80

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

Shades of Clay Creek #857950

Tints of Clay Creek #857950

RGB

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

 GREEN value IS 121 (47.66% from 255) = 36.23%

 BLUE value IS 80 (31.64% from 255) = 23.95%

R = 39.82%
G = 36.23%
B = 23.95%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.40

 K value IS 0.48

RGB Variations

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

Color information

#857950 (or 0x857950) is known color: Clay Creek. HEX triplet: 85, 79 and 50. RGB value is (133,121,80). Sum of RGB (Red+Green+Blue) = 133+121+80=334 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.82% from 334); Green value is 121 (47.66% from 255 or 36.23% from 334); Blue value is 80 (31.64% from 255 or 23.95% from 334); Max value from RGB is 133 - color contains mainly: red. Hex color #857950 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857950 is #7A86AF. Grayscale: #787878. Windows color (decimal): -8029872 or 5273989. OLE color: 5273989.

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

Color convert

RGB 133 121 80 -
CMYK 0 0.09 0.40 0.48
HSL 46.42º 0.25% 0.42% -
HSV(B) 46.42º 0.4% 0.52% -
XYZ 17.96 19.24 10.36 -
YUV 119.91 105.48 137.33 -
System Red Green Blue C M Y K H S L
Decimal 133 121 80 0 0.09 0.40 0.48 46.42 0.25 0.42
Hex 85 79 50 0 9 28 30 2E 19 2A
Octal 205 171 120 0 11 50 60 56 31 52
Binary 10000101 1111001 1010000 0 1001 101000 110000 101110 11001 101010

Color Harmonies of #857950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857950

Black with #857950

Text Example


Text Example

White with #857950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857950; }

 p { color: rgb(133,121,80); }

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

background-color css

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

 a { background-color: rgb(133,121,80); }

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

border-color css

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

 span { border-color: rgb(133,121,80); }

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