Html Css Color HEX #855A48 Spicy Mix

📋 copy color: '#855A48'

red 133 ◦ green 90 ◦ blue 72

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

Shades of Spicy Mix #855A48

Tints of Spicy Mix #855A48

RGB

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

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

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

R = 45.08%
G = 30.51%
B = 24.41%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.46

 K value IS 0.48

RGB Variations

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

Color information

#855A48 (or 0x855A48) is known color: Spicy Mix. HEX triplet: 85, 5A and 48. RGB value is (133,90,72). Sum of RGB (Red+Green+Blue) = 133+90+72=295 (39% of max value = 765). Red value is 133 (52.34% from 255 or 45.08% from 295); Green value is 90 (35.55% from 255 or 30.51% from 295); Blue value is 72 (28.52% from 255 or 24.41% from 295); Max value from RGB is 133 - color contains mainly: red. Hex color #855A48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855A48 is #7AA5B7. Grayscale: #646464. Windows color (decimal): -8037816 or 4741765. OLE color: 4741765.

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

Color convert

RGB 133 90 72 -
CMYK 0 0.32 0.46 0.48
HSL 17.7º 0.3% 0.4% -
HSV(B) 17.7º 0.46% 0.52% -
XYZ 14.5 12.77 7.83 -
YUV 100.81 111.75 150.96 -
System Red Green Blue C M Y K H S L
Decimal 133 90 72 0 0.32 0.46 0.48 17.7 0.3 0.4
Hex 85 5A 48 0 20 2E 30 12 1E 28
Octal 205 132 110 0 40 56 60 22 36 50
Binary 10000101 1011010 1001000 0 100000 101110 110000 10010 11110 101000

Color Harmonies of #855A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855A48

Black with #855A48

Text Example


Text Example

White with #855A48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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