Html Css Color HEX #857F52 Clay Creek

📋 copy color: '#857F52'

red 133 ◦ green 127 ◦ blue 82

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

Shades of Clay Creek #857F52

Tints of Clay Creek #857F52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 23.98%

R = 38.89%
G = 37.13%
B = 23.98%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.38

 K value IS 0.48

RGB Variations

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

Color information

#857F52 (or 0x857F52) is known color: Clay Creek. HEX triplet: 85, 7F and 52. RGB value is (133,127,82). Sum of RGB (Red+Green+Blue) = 133+127+82=342 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.89% from 342); Green value is 127 (50% from 255 or 37.13% from 342); Blue value is 82 (32.42% from 255 or 23.98% from 342); Max value from RGB is 133 - color contains mainly: red. Hex color #857F52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857F52 is #7A80AD. Grayscale: #7B7B7B. Windows color (decimal): -8028334 or 5406597. OLE color: 5406597.

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

Color convert

RGB 133 127 82 -
CMYK 0 0.05 0.38 0.48
HSL 52.94º 0.24% 0.42% -
HSV(B) 52.94º 0.38% 0.52% -
XYZ 18.79 20.77 11 -
YUV 123.66 104.49 134.66 -
System Red Green Blue C M Y K H S L
Decimal 133 127 82 0 0.05 0.38 0.48 52.94 0.24 0.42
Hex 85 7F 52 0 5 26 30 35 18 2A
Octal 205 177 122 0 5 46 60 65 30 52
Binary 10000101 1111111 1010010 0 101 100110 110000 110101 11000 101010

Color Harmonies of #857F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857F52

Black with #857F52

Text Example


Text Example

White with #857F52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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