Html Css Color HEX #857757 Clay Creek

📋 copy color: '#857757'

red 133 ◦ green 119 ◦ blue 87

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

Shades of Clay Creek #857757

Tints of Clay Creek #857757

RGB

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

 GREEN value IS 119 (46.88% from 255) = 35.1%

 BLUE value IS 87 (34.38% from 255) = 25.66%

R = 39.23%
G = 35.1%
B = 25.66%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.35

 K value IS 0.48

RGB Variations

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

Color information

#857757 (or 0x857757) is known color: Clay Creek. HEX triplet: 85, 77 and 57. RGB value is (133,119,87). Sum of RGB (Red+Green+Blue) = 133+119+87=339 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.23% from 339); Green value is 119 (46.88% from 255 or 35.10% from 339); Blue value is 87 (34.38% from 255 or 25.66% from 339); Max value from RGB is 133 - color contains mainly: red. Hex color #857757 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857757 is #7A88A8. Grayscale: #777777. Windows color (decimal): -8030377 or 5732229. OLE color: 5732229.

HSL color Cylindrical-coordinate representation of color #857757: hue angle of 41.74º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #857757 is Cyan = 0, Magento = 0.11, Yellow = 0.35 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 119 87 -
CMYK 0 0.11 0.35 0.48
HSL 41.74º 0.21% 0.43% -
HSV(B) 41.74º 0.35% 0.52% -
XYZ 17.99 18.87 11.71 -
YUV 119.54 109.64 137.6 -
System Red Green Blue C M Y K H S L
Decimal 133 119 87 0 0.11 0.35 0.48 41.74 0.21 0.43
Hex 85 77 57 0 B 23 30 2A 15 2B
Octal 205 167 127 0 13 43 60 52 25 53
Binary 10000101 1110111 1010111 0 1011 100011 110000 101010 10101 101011

Color Harmonies of #857757

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857757

Black with #857757

Text Example


Text Example

White with #857757

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857757; }

 p { color: rgb(133,119,87); }

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

background-color css

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

 a { background-color: rgb(133,119,87); }

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

border-color css

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

 span { border-color: rgb(133,119,87); }

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