Html Css Color HEX #855A4A Spicy Mix

📋 copy color: '#855A4A'

red 133 ◦ green 90 ◦ blue 74

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

Shades of Spicy Mix #855A4A

Tints of Spicy Mix #855A4A

RGB

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

 GREEN value IS 90 (35.55% from 255) = 30.3%

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

R = 44.78%
G = 30.3%
B = 24.92%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.44

 K value IS 0.48

RGB Variations

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

Color information

#855A4A (or 0x855A4A) is known color: Spicy Mix. HEX triplet: 85, 5A and 4A. RGB value is (133,90,74). Sum of RGB (Red+Green+Blue) = 133+90+74=297 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.78% from 297); Green value is 90 (35.55% from 255 or 30.30% from 297); Blue value is 74 (29.30% from 255 or 24.92% from 297); Max value from RGB is 133 - color contains mainly: red. Hex color #855A4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855A4A is #7AA5B5. Grayscale: #656565. Windows color (decimal): -8037814 or 4872837. OLE color: 4872837.

HSL color Cylindrical-coordinate representation of color #855A4A: hue angle of 16.27º 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 #855A4A is Cyan = 0, Magento = 0.32, Yellow = 0.44 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 90 74 -
CMYK 0 0.32 0.44 0.48
HSL 16.27º 0.29% 0.41% -
HSV(B) 16.27º 0.44% 0.52% -
XYZ 14.57 12.79 8.18 -
YUV 101.03 112.75 150.8 -
System Red Green Blue C M Y K H S L
Decimal 133 90 74 0 0.32 0.44 0.48 16.27 0.29 0.41
Hex 85 5A 4A 0 20 2C 30 10 1D 29
Octal 205 132 112 0 40 54 60 20 35 51
Binary 10000101 1011010 1001010 0 100000 101100 110000 10000 11101 101001

Color Harmonies of #855A4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855A4A

Black with #855A4A

Text Example


Text Example

White with #855A4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855A4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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