Html Css Color HEX #846250 Spicy Mix

📋 copy color: '#846250'

red 132 ◦ green 98 ◦ blue 80

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

Shades of Spicy Mix #846250

Tints of Spicy Mix #846250

RGB

 RED value IS 132 (51.95% from 255) = 42.58%

 GREEN value IS 98 (38.67% from 255) = 31.61%

 BLUE value IS 80 (31.64% from 255) = 25.81%

R = 42.58%
G = 31.61%
B = 25.81%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.39

 K value IS 0.48

RGB Variations

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

Color information

#846250 (or 0x846250) is known color: Spicy Mix. HEX triplet: 84, 62 and 50. RGB value is (132,98,80). Sum of RGB (Red+Green+Blue) = 132+98+80=310 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.58% from 310); Green value is 98 (38.67% from 255 or 31.61% from 310); Blue value is 80 (31.64% from 255 or 25.81% from 310); Max value from RGB is 132 - color contains mainly: red. Hex color #846250 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846250 is #7B9DAF. Grayscale: #6A6A6A. Windows color (decimal): -8101296 or 5268100. OLE color: 5268100.

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

Color convert

RGB 132 98 80 -
CMYK 0 0.26 0.39 0.48
HSL 20.77º 0.25% 0.42% -
HSV(B) 20.77º 0.39% 0.52% -
XYZ 15.33 14.22 9.53 -
YUV 106.11 113.26 146.46 -
System Red Green Blue C M Y K H S L
Decimal 132 98 80 0 0.26 0.39 0.48 20.77 0.25 0.42
Hex 84 62 50 0 1A 27 30 15 19 2A
Octal 204 142 120 0 32 47 60 25 31 52
Binary 10000100 1100010 1010000 0 11010 100111 110000 10101 11001 101010

Color Harmonies of #846250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846250

Black with #846250

Text Example


Text Example

White with #846250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #846250; }

 p { color: rgb(132,98,80); }

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

background-color css

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

 a { background-color: rgb(132,98,80); }

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

border-color css

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

 span { border-color: rgb(132,98,80); }

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