Html Css Color HEX #857241 Shadow

📋 copy color: '#857241'

red 133 ◦ green 114 ◦ blue 65

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

Shades of Shadow #857241

Tints of Shadow #857241

RGB

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

 GREEN value IS 114 (44.92% from 255) = 36.54%

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

R = 42.63%
G = 36.54%
B = 20.83%

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

#857241 (or 0x857241) is known color: Shadow. HEX triplet: 85, 72 and 41. RGB value is (133,114,65). Sum of RGB (Red+Green+Blue) = 133+114+65=312 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.63% from 312); Green value is 114 (44.92% from 255 or 36.54% from 312); Blue value is 65 (25.78% from 255 or 20.83% from 312); Max value from RGB is 133 - color contains mainly: red. Hex color #857241 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857241 is #7A8DBE. Grayscale: #727272. Windows color (decimal): -8031679 or 4289157. OLE color: 4289157.

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

Color convert

RGB 133 114 65 -
CMYK 0 0.14 0.51 0.48
HSL 43.24º 0.34% 0.39% -
HSV(B) 43.24º 0.51% 0.52% -
XYZ 16.64 17.4 7.48 -
YUV 114.1 100.29 141.48 -
System Red Green Blue C M Y K H S L
Decimal 133 114 65 0 0.14 0.51 0.48 43.24 0.34 0.39
Hex 85 72 41 0 E 33 30 2B 22 27
Octal 205 162 101 0 16 63 60 53 42 47
Binary 10000101 1110010 1000001 0 1110 110011 110000 101011 100010 100111

Color Harmonies of #857241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857241

Black with #857241

Text Example


Text Example

White with #857241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857241; }

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

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

background-color css

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

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

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

border-color css

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

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

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