Html Css Color HEX #857341 Shadow

📋 copy color: '#857341'

red 133 ◦ green 115 ◦ blue 65

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

Shades of Shadow #857341

Tints of Shadow #857341

RGB

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

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

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

R = 42.49%
G = 36.74%
B = 20.77%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.51

 K value IS 0.48

RGB Variations

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

Color information

#857341 (or 0x857341) is known color: Shadow. HEX triplet: 85, 73 and 41. RGB value is (133,115,65). Sum of RGB (Red+Green+Blue) = 133+115+65=313 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.49% from 313); Green value is 115 (45.31% from 255 or 36.74% from 313); Blue value is 65 (25.78% from 255 or 20.77% from 313); Max value from RGB is 133 - color contains mainly: red. Hex color #857341 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857341 is #7A8CBE. Grayscale: #727272. Windows color (decimal): -8031423 or 4289413. OLE color: 4289413.

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

Color convert

RGB 133 115 65 -
CMYK 0 0.14 0.51 0.48
HSL 44.12º 0.34% 0.39% -
HSV(B) 44.12º 0.51% 0.52% -
XYZ 16.76 17.63 7.52 -
YUV 114.68 99.96 141.07 -
System Red Green Blue C M Y K H S L
Decimal 133 115 65 0 0.14 0.51 0.48 44.12 0.34 0.39
Hex 85 73 41 0 E 33 30 2C 22 27
Octal 205 163 101 0 16 63 60 54 42 47
Binary 10000101 1110011 1000001 0 1110 110011 110000 101100 100010 100111

Color Harmonies of #857341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857341

Black with #857341

Text Example


Text Example

White with #857341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857341; }

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

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

background-color css

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

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

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

border-color css

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

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

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