Html Css Color HEX #825948 Spicy Mix

📋 copy color: '#825948'

red 130 ◦ green 89 ◦ blue 72

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

Shades of Spicy Mix #825948

Tints of Spicy Mix #825948

RGB

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

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

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

R = 44.67%
G = 30.58%
B = 24.74%

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

#825948 (or 0x825948) is known color: Spicy Mix. HEX triplet: 82, 59 and 48. RGB value is (130,89,72). Sum of RGB (Red+Green+Blue) = 130+89+72=291 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.67% from 291); Green value is 89 (35.16% from 255 or 30.58% from 291); Blue value is 72 (28.52% from 255 or 24.74% from 291); Max value from RGB is 130 - color contains mainly: red. Hex color #825948 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825948 is #7DA6B7. Grayscale: #636363. Windows color (decimal): -8234680 or 4741506. OLE color: 4741506.

HSL color Cylindrical-coordinate representation of color #825948: hue angle of 17.59º 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 #825948 is Cyan = 0, Magento = 0.32, Yellow = 0.45 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 89 72 -
CMYK 0 0.32 0.45 0.49
HSL 17.59º 0.29% 0.4% -
HSV(B) 17.59º 0.45% 0.51% -
XYZ 13.95 12.36 7.78 -
YUV 99.32 112.58 149.88 -
System Red Green Blue C M Y K H S L
Decimal 130 89 72 0 0.32 0.45 0.49 17.59 0.29 0.4
Hex 82 59 48 0 20 2D 31 12 1D 28
Octal 202 131 110 0 40 55 61 22 35 50
Binary 10000010 1011001 1001000 0 100000 101101 110001 10010 11101 101000

Color Harmonies of #825948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825948

Black with #825948

Text Example


Text Example

White with #825948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825948; }

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

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

background-color css

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

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

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

border-color css

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

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

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