Html Css Color HEX #857A61 Stonewall

📋 copy color: '#857A61'

red 133 ◦ green 122 ◦ blue 97

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

Shades of Stonewall #857A61

Tints of Stonewall #857A61

RGB

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

 GREEN value IS 122 (48.05% from 255) = 34.66%

 BLUE value IS 97 (38.28% from 255) = 27.56%

R = 37.78%
G = 34.66%
B = 27.56%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.27

 K value IS 0.48

RGB Variations

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

Color information

#857A61 (or 0x857A61) is known color: Stonewall. HEX triplet: 85, 7A and 61. RGB value is (133,122,97). Sum of RGB (Red+Green+Blue) = 133+122+97=352 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.78% from 352); Green value is 122 (48.05% from 255 or 34.66% from 352); Blue value is 97 (38.28% from 255 or 27.56% from 352); Max value from RGB is 133 - color contains mainly: red. Hex color #857A61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857A61 is #7A859E. Grayscale: #7A7A7A. Windows color (decimal): -8029599 or 6388357. OLE color: 6388357.

HSL color Cylindrical-coordinate representation of color #857A61: hue angle of 41.67º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #857A61 is Cyan = 0, Magento = 0.08, Yellow = 0.27 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 122 97 -
CMYK 0 0.08 0.27 0.48
HSL 41.67º 0.16% 0.45% -
HSV(B) 41.67º 0.27% 0.52% -
XYZ 18.79 19.77 14.13 -
YUV 122.44 113.64 135.53 -
System Red Green Blue C M Y K H S L
Decimal 133 122 97 0 0.08 0.27 0.48 41.67 0.16 0.45
Hex 85 7A 61 0 8 1B 30 2A 10 2D
Octal 205 172 141 0 10 33 60 52 20 55
Binary 10000101 1111010 1100001 0 1000 11011 110000 101010 10000 101101

Color Harmonies of #857A61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857A61

Black with #857A61

Text Example


Text Example

White with #857A61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,122,97); }

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

background-color css

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

 a { background-color: rgb(133,122,97); }

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

border-color css

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

 span { border-color: rgb(133,122,97); }

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