Html Css Color HEX #856353 Spicy Mix

📋 copy color: '#856353'

red 133 ◦ green 99 ◦ blue 83

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

Shades of Spicy Mix #856353

Tints of Spicy Mix #856353

RGB

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

 GREEN value IS 99 (39.06% from 255) = 31.43%

 BLUE value IS 83 (32.81% from 255) = 26.35%

R = 42.22%
G = 31.43%
B = 26.35%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.38

 K value IS 0.48

RGB Variations

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

Color information

#856353 (or 0x856353) is known color: Spicy Mix. HEX triplet: 85, 63 and 53. RGB value is (133,99,83). Sum of RGB (Red+Green+Blue) = 133+99+83=315 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.22% from 315); Green value is 99 (39.06% from 255 or 31.43% from 315); Blue value is 83 (32.81% from 255 or 26.35% from 315); Max value from RGB is 133 - color contains mainly: red. Hex color #856353 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856353 is #7A9CAC. Grayscale: #6B6B6B. Windows color (decimal): -8035501 or 5464965. OLE color: 5464965.

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

Color convert

RGB 133 99 83 -
CMYK 0 0.26 0.38 0.48
HSL 19.2º 0.23% 0.42% -
HSV(B) 19.2º 0.38% 0.52% -
XYZ 15.7 14.53 10.16 -
YUV 107.34 114.26 146.3 -
System Red Green Blue C M Y K H S L
Decimal 133 99 83 0 0.26 0.38 0.48 19.2 0.23 0.42
Hex 85 63 53 0 1A 26 30 13 17 2A
Octal 205 143 123 0 32 46 60 23 27 52
Binary 10000101 1100011 1010011 0 11010 100110 110000 10011 10111 101010

Color Harmonies of #856353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856353

Black with #856353

Text Example


Text Example

White with #856353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856353; }

 p { color: rgb(133,99,83); }

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

background-color css

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

 a { background-color: rgb(133,99,83); }

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

border-color css

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

 span { border-color: rgb(133,99,83); }

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