Html Css Color HEX #857951 Clay Creek

📋 copy color: '#857951'

red 133 ◦ green 121 ◦ blue 81

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

Shades of Clay Creek #857951

Tints of Clay Creek #857951

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 24.18%

R = 39.7%
G = 36.12%
B = 24.18%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.39

 K value IS 0.48

RGB Variations

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

Color information

#857951 (or 0x857951) is known color: Clay Creek. HEX triplet: 85, 79 and 51. RGB value is (133,121,81). Sum of RGB (Red+Green+Blue) = 133+121+81=335 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.70% from 335); Green value is 121 (47.66% from 255 or 36.12% from 335); Blue value is 81 (32.03% from 255 or 24.18% from 335); Max value from RGB is 133 - color contains mainly: red. Hex color #857951 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857951 is #7A86AE. Grayscale: #787878. Windows color (decimal): -8029871 or 5339525. OLE color: 5339525.

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

Color convert

RGB 133 121 81 -
CMYK 0 0.09 0.39 0.48
HSL 46.15º 0.24% 0.42% -
HSV(B) 46.15º 0.39% 0.52% -
XYZ 18 19.26 10.55 -
YUV 120.03 105.98 137.25 -
System Red Green Blue C M Y K H S L
Decimal 133 121 81 0 0.09 0.39 0.48 46.15 0.24 0.42
Hex 85 79 51 0 9 27 30 2E 18 2A
Octal 205 171 121 0 11 47 60 56 30 52
Binary 10000101 1111001 1010001 0 1001 100111 110000 101110 11000 101010

Color Harmonies of #857951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857951

Black with #857951

Text Example


Text Example

White with #857951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857951; }

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

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

background-color css

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

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

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

border-color css

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

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

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