Html Css Color HEX #857482 Monsoon

📋 copy color: '#857482'

red 133 ◦ green 116 ◦ blue 130

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

Shades of Monsoon #857482

Tints of Monsoon #857482

RGB

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

 GREEN value IS 116 (45.7% from 255) = 30.61%

 BLUE value IS 130 (51.17% from 255) = 34.3%

R = 35.09%
G = 30.61%
B = 34.3%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.02

 K value IS 0.48

RGB Variations

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

Color information

#857482 (or 0x857482) is known color: Monsoon. HEX triplet: 85, 74 and 82. RGB value is (133,116,130). Sum of RGB (Red+Green+Blue) = 133+116+130=379 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35.09% from 379); Green value is 116 (45.70% from 255 or 30.61% from 379); Blue value is 130 (51.17% from 255 or 34.30% from 379); Max value from RGB is 133 - color contains mainly: red. Hex color #857482 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857482 is #7A8B7D. Grayscale: #7A7A7A. Windows color (decimal): -8031102 or 8549509. OLE color: 8549509.

HSL color Cylindrical-coordinate representation of color #857482: hue angle of 310.59º degrees, saturation: 0.07, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #857482 is Cyan = 0, Magento = 0.13, Yellow = 0.02 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 116 130 -
CMYK 0 0.13 0.02 0.48
HSL 310.59º 0.07% 0.49% -
HSV(B) 310.59º 0.13% 0.52% -
XYZ 19.95 19.09 23.75 -
YUV 122.68 132.13 135.36 -
System Red Green Blue C M Y K H S L
Decimal 133 116 130 0 0.13 0.02 0.48 310.59 0.07 0.49
Hex 85 74 82 0 D 2 30 137 7 31
Octal 205 164 202 0 15 2 60 467 7 61
Binary 10000101 1110100 10000010 0 1101 10 110000 100110111 111 110001

Color Harmonies of #857482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857482

Black with #857482

Text Example


Text Example

White with #857482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857482; }

 p { color: rgb(133,116,130); }

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

background-color css

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

 a { background-color: rgb(133,116,130); }

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

border-color css

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

 span { border-color: rgb(133,116,130); }

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