Html Css Color HEX #825949 Spicy Mix

📋 copy color: '#825949'

red 130 ◦ green 89 ◦ blue 73

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

Shades of Spicy Mix #825949

Tints of Spicy Mix #825949

RGB

 RED value IS 130 (51.17% from 255) = 44.52%

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

 BLUE value IS 73 (28.91% from 255) = 25%

R = 44.52%
G = 30.48%
B = 25%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.44

 K value IS 0.49

RGB Variations

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

Color information

#825949 (or 0x825949) is known color: Spicy Mix. HEX triplet: 82, 59 and 49. RGB value is (130,89,73). Sum of RGB (Red+Green+Blue) = 130+89+73=292 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.52% from 292); Green value is 89 (35.16% from 255 or 30.48% from 292); Blue value is 73 (28.91% from 255 or 25% from 292); Max value from RGB is 130 - color contains mainly: red. Hex color #825949 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825949 is #7DA6B6. Grayscale: #636363. Windows color (decimal): -8234679 or 4807042. OLE color: 4807042.

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

Color convert

RGB 130 89 73 -
CMYK 0 0.32 0.44 0.49
HSL 16.84º 0.28% 0.4% -
HSV(B) 16.84º 0.44% 0.51% -
XYZ 13.98 12.37 7.95 -
YUV 99.44 113.08 149.8 -
System Red Green Blue C M Y K H S L
Decimal 130 89 73 0 0.32 0.44 0.49 16.84 0.28 0.4
Hex 82 59 49 0 20 2C 31 11 1C 28
Octal 202 131 111 0 40 54 61 21 34 50
Binary 10000010 1011001 1001001 0 100000 101100 110001 10001 11100 101000

Color Harmonies of #825949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825949

Black with #825949

Text Example


Text Example

White with #825949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825949; }

 p { color: rgb(130,89,73); }

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

background-color css

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

 a { background-color: rgb(130,89,73); }

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

border-color css

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

 span { border-color: rgb(130,89,73); }

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