#825948

Color #825948 Spicy Mix (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spicy Mix #825948

Tints of Spicy Mix #825948

Color information

#825948 (or 0x825948) is unknown color: approx 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

RGB1308972-
CMYK00.320.450.49
HSL17.59º28.71%39.61%-
HSV(B)17.59º44.62%50.98%-
XYZ13.9512.367.78-
YUV99.32112.58149.88-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.45
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130897200.320.450.4917.5928.7139.61
Hex8259480202D31121d28
Octal2021311100405561223550
Binary100000101011001100100001000001011011100011001011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>