Html Css Color HEX #835948 Spicy Mix

📋 copy color: '#835948'

red 131 ◦ green 89 ◦ blue 72

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

Shades of Spicy Mix #835948

Tints of Spicy Mix #835948

RGB

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

 GREEN value IS 89 (35.16% from 255) = 30.48%

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

R = 44.86%
G = 30.48%
B = 24.66%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.45

 K value IS 0.49

RGB Variations

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

Color information

#835948 (or 0x835948) is known color: Spicy Mix. HEX triplet: 83, 59 and 48. RGB value is (131,89,72). Sum of RGB (Red+Green+Blue) = 131+89+72=292 (38% of max value = 765). Red value is 131 (51.56% from 255 or 44.86% from 292); Green value is 89 (35.16% from 255 or 30.48% from 292); Blue value is 72 (28.52% from 255 or 24.66% from 292); Max value from RGB is 131 - color contains mainly: red. Hex color #835948 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #835948 is #7CA6B7. Grayscale: #636363. Windows color (decimal): -8169144 or 4741507. OLE color: 4741507.

HSL color Cylindrical-coordinate representation of color #835948: hue angle of 17.29º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #835948 is Cyan = 0, Magento = 0.32, Yellow = 0.45 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 89 72 -
CMYK 0 0.32 0.45 0.49
HSL 17.29º 0.29% 0.4% -
HSV(B) 17.29º 0.45% 0.51% -
XYZ 14.1 12.44 7.79 -
YUV 99.62 112.41 150.38 -
System Red Green Blue C M Y K H S L
Decimal 131 89 72 0 0.32 0.45 0.49 17.29 0.29 0.4
Hex 83 59 48 0 20 2D 31 11 1D 28
Octal 203 131 110 0 40 55 61 21 35 50
Binary 10000011 1011001 1001000 0 100000 101101 110001 10001 11101 101000

Color Harmonies of #835948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835948

Black with #835948

Text Example


Text Example

White with #835948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835948; }

 p { color: rgb(131,89,72); }

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

background-color css

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

 a { background-color: rgb(131,89,72); }

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

border-color css

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

 span { border-color: rgb(131,89,72); }

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