Html Css Color HEX #857348 Shadow

📋 copy color: '#857348'

red 133 ◦ green 115 ◦ blue 72

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

Shades of Shadow #857348

Tints of Shadow #857348

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 22.5%

R = 41.56%
G = 35.94%
B = 22.5%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.46

 K value IS 0.48

RGB Variations

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

Color information

#857348 (or 0x857348) is known color: Shadow. HEX triplet: 85, 73 and 48. RGB value is (133,115,72). Sum of RGB (Red+Green+Blue) = 133+115+72=320 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.56% from 320); Green value is 115 (45.31% from 255 or 35.94% from 320); Blue value is 72 (28.52% from 255 or 22.5% from 320); Max value from RGB is 133 - color contains mainly: red. Hex color #857348 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857348 is #7A8CB7. Grayscale: #737373. Windows color (decimal): -8031416 or 4748165. OLE color: 4748165.

HSL color Cylindrical-coordinate representation of color #857348: hue angle of 42.3º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #857348 is Cyan = 0, Magento = 0.14, Yellow = 0.46 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 115 72 -
CMYK 0 0.14 0.46 0.48
HSL 42.3º 0.3% 0.4% -
HSV(B) 42.3º 0.46% 0.52% -
XYZ 16.97 17.72 8.66 -
YUV 115.48 103.46 140.5 -
System Red Green Blue C M Y K H S L
Decimal 133 115 72 0 0.14 0.46 0.48 42.3 0.3 0.4
Hex 85 73 48 0 E 2E 30 2A 1E 28
Octal 205 163 110 0 16 56 60 52 36 50
Binary 10000101 1110011 1001000 0 1110 101110 110000 101010 11110 101000

Color Harmonies of #857348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857348

Black with #857348

Text Example


Text Example

White with #857348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857348; }

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

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

background-color css

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

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

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

border-color css

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

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

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