Html Css Color HEX #857142 Shadow

📋 copy color: '#857142'

red 133 ◦ green 113 ◦ blue 66

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

Shades of Shadow #857142

Tints of Shadow #857142

RGB

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

 GREEN value IS 113 (44.53% from 255) = 36.22%

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

R = 42.63%
G = 36.22%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.50

 K value IS 0.48

RGB Variations

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

Color information

#857142 (or 0x857142) is known color: Shadow. HEX triplet: 85, 71 and 42. RGB value is (133,113,66). Sum of RGB (Red+Green+Blue) = 133+113+66=312 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.63% from 312); Green value is 113 (44.53% from 255 or 36.22% from 312); Blue value is 66 (26.17% from 255 or 21.15% from 312); Max value from RGB is 133 - color contains mainly: red. Hex color #857142 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857142 is #7A8EBD. Grayscale: #717171. Windows color (decimal): -8031934 or 4354437. OLE color: 4354437.

HSL color Cylindrical-coordinate representation of color #857142: hue angle of 42.09º 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 #857142 is Cyan = 0, Magento = 0.15, Yellow = 0.50 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 113 66 -
CMYK 0 0.15 0.50 0.48
HSL 42.09º 0.34% 0.39% -
HSV(B) 42.09º 0.5% 0.52% -
XYZ 16.56 17.19 7.6 -
YUV 113.62 101.13 141.82 -
System Red Green Blue C M Y K H S L
Decimal 133 113 66 0 0.15 0.50 0.48 42.09 0.34 0.39
Hex 85 71 42 0 F 32 30 2A 22 27
Octal 205 161 102 0 17 62 60 52 42 47
Binary 10000101 1110001 1000010 0 1111 110010 110000 101010 100010 100111

Color Harmonies of #857142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857142

Black with #857142

Text Example


Text Example

White with #857142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857142; }

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

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

background-color css

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

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

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

border-color css

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

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

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