Html Css Color HEX #825848 Spicy Mix

📋 copy color: '#825848'

red 130 ◦ green 88 ◦ blue 72

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

Shades of Spicy Mix #825848

Tints of Spicy Mix #825848

RGB

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

 GREEN value IS 88 (34.77% from 255) = 30.34%

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

R = 44.83%
G = 30.34%
B = 24.83%

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

#825848 (or 0x825848) is known color: Spicy Mix. HEX triplet: 82, 58 and 48. RGB value is (130,88,72). Sum of RGB (Red+Green+Blue) = 130+88+72=290 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.83% from 290); Green value is 88 (34.77% from 255 or 30.34% from 290); Blue value is 72 (28.52% from 255 or 24.83% from 290); Max value from RGB is 130 - color contains mainly: red. Hex color #825848 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825848 is #7DA7B7. Grayscale: #626262. Windows color (decimal): -8234936 or 4741250. OLE color: 4741250.

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

Color convert

RGB 130 88 72 -
CMYK 0 0.32 0.45 0.49
HSL 16.55º 0.29% 0.4% -
HSV(B) 16.55º 0.45% 0.51% -
XYZ 13.87 12.19 7.75 -
YUV 98.73 112.91 150.3 -
System Red Green Blue C M Y K H S L
Decimal 130 88 72 0 0.32 0.45 0.49 16.55 0.29 0.4
Hex 82 58 48 0 20 2D 31 11 1D 28
Octal 202 130 110 0 40 55 61 21 35 50
Binary 10000010 1011000 1001000 0 100000 101101 110001 10001 11101 101000

Color Harmonies of #825848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825848

Black with #825848

Text Example


Text Example

White with #825848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825848; }

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

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

background-color css

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

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

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

border-color css

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

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

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