Html Css Color HEX #857053 Shadow

📋 copy color: '#857053'

red 133 ◦ green 112 ◦ blue 83

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

Shades of Shadow #857053

Tints of Shadow #857053

RGB

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

 GREEN value IS 112 (44.14% from 255) = 34.15%

 BLUE value IS 83 (32.81% from 255) = 25.3%

R = 40.55%
G = 34.15%
B = 25.3%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.38

 K value IS 0.48

RGB Variations

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

Color information

#857053 (or 0x857053) is known color: Shadow. HEX triplet: 85, 70 and 53. RGB value is (133,112,83). Sum of RGB (Red+Green+Blue) = 133+112+83=328 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.55% from 328); Green value is 112 (44.14% from 255 or 34.15% from 328); Blue value is 83 (32.81% from 255 or 25.30% from 328); Max value from RGB is 133 - color contains mainly: red. Hex color #857053 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857053 is #7A8FAC. Grayscale: #737373. Windows color (decimal): -8032173 or 5468293. OLE color: 5468293.

HSL color Cylindrical-coordinate representation of color #857053: hue angle of 34.8º degrees, saturation: 0.23, 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 #857053 is Cyan = 0, Magento = 0.16, Yellow = 0.38 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 112 83 -
CMYK 0 0.16 0.38 0.48
HSL 34.8º 0.23% 0.42% -
HSV(B) 34.8º 0.38% 0.52% -
XYZ 17.03 17.2 10.61 -
YUV 114.97 109.96 140.86 -
System Red Green Blue C M Y K H S L
Decimal 133 112 83 0 0.16 0.38 0.48 34.8 0.23 0.42
Hex 85 70 53 0 10 26 30 23 17 2A
Octal 205 160 123 0 20 46 60 43 27 52
Binary 10000101 1110000 1010011 0 10000 100110 110000 100011 10111 101010

Color Harmonies of #857053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857053

Black with #857053

Text Example


Text Example

White with #857053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857053; }

 p { color: rgb(133,112,83); }

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

background-color css

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

 a { background-color: rgb(133,112,83); }

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

border-color css

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

 span { border-color: rgb(133,112,83); }

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