Html Css Color HEX #857141 Shadow

📋 copy color: '#857141'

red 133 ◦ green 113 ◦ blue 65

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

Shades of Shadow #857141

Tints of Shadow #857141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 20.9%

R = 42.77%
G = 36.33%
B = 20.9%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.51

 K value IS 0.48

RGB Variations

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

Color information

#857141 (or 0x857141) is known color: Shadow. HEX triplet: 85, 71 and 41. RGB value is (133,113,65). Sum of RGB (Red+Green+Blue) = 133+113+65=311 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.77% from 311); Green value is 113 (44.53% from 255 or 36.33% from 311); Blue value is 65 (25.78% from 255 or 20.90% from 311); Max value from RGB is 133 - color contains mainly: red. Hex color #857141 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857141 is #7A8EBE. Grayscale: #717171. Windows color (decimal): -8031935 or 4288901. OLE color: 4288901.

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

Color convert

RGB 133 113 65 -
CMYK 0 0.15 0.51 0.48
HSL 42.35º 0.34% 0.39% -
HSV(B) 42.35º 0.51% 0.52% -
XYZ 16.53 17.18 7.45 -
YUV 113.51 100.63 141.9 -
System Red Green Blue C M Y K H S L
Decimal 133 113 65 0 0.15 0.51 0.48 42.35 0.34 0.39
Hex 85 71 41 0 F 33 30 2A 22 27
Octal 205 161 101 0 17 63 60 52 42 47
Binary 10000101 1110001 1000001 0 1111 110011 110000 101010 100010 100111

Color Harmonies of #857141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857141

Black with #857141

Text Example


Text Example

White with #857141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857141; }

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

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

background-color css

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

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

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

border-color css

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

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

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