Html Css Color HEX #857F4E Clay Creek

📋 copy color: '#857F4E'

red 133 ◦ green 127 ◦ blue 78

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

Shades of Clay Creek #857F4E

Tints of Clay Creek #857F4E

RGB

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

 GREEN value IS 127 (50% from 255) = 37.57%

 BLUE value IS 78 (30.86% from 255) = 23.08%

R = 39.35%
G = 37.57%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.41

 K value IS 0.48

RGB Variations

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

Color information

#857F4E (or 0x857F4E) is known color: Clay Creek. HEX triplet: 85, 7F and 4E. RGB value is (133,127,78). Sum of RGB (Red+Green+Blue) = 133+127+78=338 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.35% from 338); Green value is 127 (50% from 255 or 37.57% from 338); Blue value is 78 (30.86% from 255 or 23.08% from 338); Max value from RGB is 133 - color contains mainly: red. Hex color #857F4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857F4E is #7A80B1. Grayscale: #7B7B7B. Windows color (decimal): -8028338 or 5144453. OLE color: 5144453.

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

Color convert

RGB 133 127 78 -
CMYK 0 0.05 0.41 0.48
HSL 53.45º 0.26% 0.41% -
HSV(B) 53.45º 0.41% 0.52% -
XYZ 18.64 20.72 10.22 -
YUV 123.21 102.49 134.98 -
System Red Green Blue C M Y K H S L
Decimal 133 127 78 0 0.05 0.41 0.48 53.45 0.26 0.41
Hex 85 7F 4E 0 5 29 30 35 1A 29
Octal 205 177 116 0 5 51 60 65 32 51
Binary 10000101 1111111 1001110 0 101 101001 110000 110101 11010 101001

Color Harmonies of #857F4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857F4E

Black with #857F4E

Text Example


Text Example

White with #857F4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,127,78); }

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

background-color css

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

 a { background-color: rgb(133,127,78); }

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

border-color css

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

 span { border-color: rgb(133,127,78); }

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