Html Css Color HEX #857342 Shadow

📋 copy color: '#857342'

red 133 ◦ green 115 ◦ blue 66

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

Shades of Shadow #857342

Tints of Shadow #857342

RGB

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

 GREEN value IS 115 (45.31% from 255) = 36.62%

 BLUE value IS 66 (26.17% from 255) = 21.02%

R = 42.36%
G = 36.62%
B = 21.02%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.50

 K value IS 0.48

RGB Variations

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

Color information

#857342 (or 0x857342) is known color: Shadow. HEX triplet: 85, 73 and 42. RGB value is (133,115,66). Sum of RGB (Red+Green+Blue) = 133+115+66=314 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.36% from 314); Green value is 115 (45.31% from 255 or 36.62% from 314); Blue value is 66 (26.17% from 255 or 21.02% from 314); Max value from RGB is 133 - color contains mainly: red. Hex color #857342 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857342 is #7A8CBD. Grayscale: #737373. Windows color (decimal): -8031422 or 4354949. OLE color: 4354949.

HSL color Cylindrical-coordinate representation of color #857342: hue angle of 43.88º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #857342 is Cyan = 0, Magento = 0.14, Yellow = 0.50 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 115 66 -
CMYK 0 0.14 0.50 0.48
HSL 43.88º 0.34% 0.39% -
HSV(B) 43.88º 0.5% 0.52% -
XYZ 16.79 17.64 7.67 -
YUV 114.8 100.46 140.98 -
System Red Green Blue C M Y K H S L
Decimal 133 115 66 0 0.14 0.50 0.48 43.88 0.34 0.39
Hex 85 73 42 0 E 32 30 2C 22 27
Octal 205 163 102 0 16 62 60 54 42 47
Binary 10000101 1110011 1000010 0 1110 110010 110000 101100 100010 100111

Color Harmonies of #857342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857342

Black with #857342

Text Example


Text Example

White with #857342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857342; }

 p { color: rgb(133,115,66); }

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

background-color css

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

 a { background-color: rgb(133,115,66); }

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

border-color css

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

 span { border-color: rgb(133,115,66); }

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