Html Css Color HEX #836053 Spicy Mix

📋 copy color: '#836053'

red 131 ◦ green 96 ◦ blue 83

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

Shades of Spicy Mix #836053

Tints of Spicy Mix #836053

RGB

 RED value IS 131 (51.56% from 255) = 42.26%

 GREEN value IS 96 (37.89% from 255) = 30.97%

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

R = 42.26%
G = 30.97%
B = 26.77%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.37

 K value IS 0.49

RGB Variations

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

Color information

#836053 (or 0x836053) is known color: Spicy Mix. HEX triplet: 83, 60 and 53. RGB value is (131,96,83). Sum of RGB (Red+Green+Blue) = 131+96+83=310 (41% of max value = 765). Red value is 131 (51.56% from 255 or 42.26% from 310); Green value is 96 (37.89% from 255 or 30.97% from 310); Blue value is 83 (32.81% from 255 or 26.77% from 310); Max value from RGB is 131 - color contains mainly: red. Hex color #836053 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #836053 is #7C9FAC. Grayscale: #696969. Windows color (decimal): -8167341 or 5464195. OLE color: 5464195.

HSL color Cylindrical-coordinate representation of color #836053: hue angle of 16.25º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #836053 is Cyan = 0, Magento = 0.27, Yellow = 0.37 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 96 83 -
CMYK 0 0.27 0.37 0.49
HSL 16.25º 0.22% 0.42% -
HSV(B) 16.25º 0.37% 0.51% -
XYZ 15.1 13.82 10.05 -
YUV 104.98 115.6 146.56 -
System Red Green Blue C M Y K H S L
Decimal 131 96 83 0 0.27 0.37 0.49 16.25 0.22 0.42
Hex 83 60 53 0 1B 25 31 10 16 2A
Octal 203 140 123 0 33 45 61 20 26 52
Binary 10000011 1100000 1010011 0 11011 100101 110001 10000 10110 101010

Color Harmonies of #836053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836053

Black with #836053

Text Example


Text Example

White with #836053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #836053; }

 p { color: rgb(131,96,83); }

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

background-color css

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

 a { background-color: rgb(131,96,83); }

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

border-color css

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

 span { border-color: rgb(131,96,83); }

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