Html Css Color HEX #857042 Shadow

📋 copy color: '#857042'

red 133 ◦ green 112 ◦ blue 66

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

Shades of Shadow #857042

Tints of Shadow #857042

RGB

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

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

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

R = 42.77%
G = 36.01%
B = 21.22%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.50

 K value IS 0.48

RGB Variations

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

Color information

#857042 (or 0x857042) is known color: Shadow. HEX triplet: 85, 70 and 42. RGB value is (133,112,66). Sum of RGB (Red+Green+Blue) = 133+112+66=311 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.77% from 311); Green value is 112 (44.14% from 255 or 36.01% from 311); Blue value is 66 (26.17% from 255 or 21.22% from 311); Max value from RGB is 133 - color contains mainly: red. Hex color #857042 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857042 is #7A8FBD. Grayscale: #717171. Windows color (decimal): -8032190 or 4354181. OLE color: 4354181.

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

Color convert

RGB 133 112 66 -
CMYK 0 0.16 0.50 0.48
HSL 41.19º 0.34% 0.39% -
HSV(B) 41.19º 0.5% 0.52% -
XYZ 16.45 16.97 7.56 -
YUV 113.04 101.46 142.24 -
System Red Green Blue C M Y K H S L
Decimal 133 112 66 0 0.16 0.50 0.48 41.19 0.34 0.39
Hex 85 70 42 0 10 32 30 29 22 27
Octal 205 160 102 0 20 62 60 51 42 47
Binary 10000101 1110000 1000010 0 10000 110010 110000 101001 100010 100111

Color Harmonies of #857042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857042

Black with #857042

Text Example


Text Example

White with #857042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857042; }

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

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

background-color css

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

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

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

border-color css

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

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

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