Html Css Color HEX #855D4B Spicy Mix

📋 copy color: '#855D4B'

red 133 ◦ green 93 ◦ blue 75

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

Shades of Spicy Mix #855D4B

Tints of Spicy Mix #855D4B

RGB

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

 GREEN value IS 93 (36.72% from 255) = 30.9%

 BLUE value IS 75 (29.69% from 255) = 24.92%

R = 44.19%
G = 30.9%
B = 24.92%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.44

 K value IS 0.48

RGB Variations

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

Color information

#855D4B (or 0x855D4B) is known color: Spicy Mix. HEX triplet: 85, 5D and 4B. RGB value is (133,93,75). Sum of RGB (Red+Green+Blue) = 133+93+75=301 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.19% from 301); Green value is 93 (36.72% from 255 or 30.90% from 301); Blue value is 75 (29.69% from 255 or 24.92% from 301); Max value from RGB is 133 - color contains mainly: red. Hex color #855D4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855D4B is #7AA2B4. Grayscale: #676767. Windows color (decimal): -8037045 or 4939141. OLE color: 4939141.

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

Color convert

RGB 133 93 75 -
CMYK 0 0.30 0.44 0.48
HSL 18.62º 0.28% 0.41% -
HSV(B) 18.62º 0.44% 0.52% -
XYZ 14.86 13.32 8.45 -
YUV 102.91 112.25 149.46 -
System Red Green Blue C M Y K H S L
Decimal 133 93 75 0 0.30 0.44 0.48 18.62 0.28 0.41
Hex 85 5D 4B 0 1E 2C 30 13 1C 29
Octal 205 135 113 0 36 54 60 23 34 51
Binary 10000101 1011101 1001011 0 11110 101100 110000 10011 11100 101001

Color Harmonies of #855D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855D4B

Black with #855D4B

Text Example


Text Example

White with #855D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,93,75); }

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

background-color css

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

 a { background-color: rgb(133,93,75); }

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

border-color css

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

 span { border-color: rgb(133,93,75); }

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