Html Css Color HEX #85584A Spicy Mix

📋 copy color: '#85584A'

red 133 ◦ green 88 ◦ blue 74

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

Shades of Spicy Mix #85584A

Tints of Spicy Mix #85584A

RGB

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

 GREEN value IS 88 (34.77% from 255) = 29.83%

 BLUE value IS 74 (29.3% from 255) = 25.08%

R = 45.08%
G = 29.83%
B = 25.08%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.44

 K value IS 0.48

RGB Variations

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

Color information

#85584A (or 0x85584A) is known color: Spicy Mix. HEX triplet: 85, 58 and 4A. RGB value is (133,88,74). Sum of RGB (Red+Green+Blue) = 133+88+74=295 (39% of max value = 765). Red value is 133 (52.34% from 255 or 45.08% from 295); Green value is 88 (34.77% from 255 or 29.83% from 295); Blue value is 74 (29.30% from 255 or 25.08% from 295); Max value from RGB is 133 - color contains mainly: red. Hex color #85584A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85584A is #7AA7B5. Grayscale: #636363. Windows color (decimal): -8038326 or 4872325. OLE color: 4872325.

HSL color Cylindrical-coordinate representation of color #85584A: hue angle of 14.24º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #85584A is Cyan = 0, Magento = 0.34, Yellow = 0.44 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 88 74 -
CMYK 0 0.34 0.44 0.48
HSL 14.24º 0.29% 0.41% -
HSV(B) 14.24º 0.44% 0.52% -
XYZ 14.4 12.46 8.12 -
YUV 99.86 113.41 151.64 -
System Red Green Blue C M Y K H S L
Decimal 133 88 74 0 0.34 0.44 0.48 14.24 0.29 0.41
Hex 85 58 4A 0 22 2C 30 E 1D 29
Octal 205 130 112 0 42 54 60 16 35 51
Binary 10000101 1011000 1001010 0 100010 101100 110000 1110 11101 101001

Color Harmonies of #85584A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85584A

Black with #85584A

Text Example


Text Example

White with #85584A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85584A; }

 p { color: rgb(133,88,74); }

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

background-color css

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

 a { background-color: rgb(133,88,74); }

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

border-color css

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

 span { border-color: rgb(133,88,74); }

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