Html Css Color HEX #825F4D Spicy Mix

📋 copy color: '#825F4D'

red 130 ◦ green 95 ◦ blue 77

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

Shades of Spicy Mix #825F4D

Tints of Spicy Mix #825F4D

RGB

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

 GREEN value IS 95 (37.5% from 255) = 31.46%

 BLUE value IS 77 (30.47% from 255) = 25.5%

R = 43.05%
G = 31.46%
B = 25.5%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.41

 K value IS 0.49

RGB Variations

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

Color information

#825F4D (or 0x825F4D) is known color: Spicy Mix. HEX triplet: 82, 5F and 4D. RGB value is (130,95,77). Sum of RGB (Red+Green+Blue) = 130+95+77=302 (40% of max value = 765). Red value is 130 (51.17% from 255 or 43.05% from 302); Green value is 95 (37.5% from 255 or 31.46% from 302); Blue value is 77 (30.47% from 255 or 25.50% from 302); Max value from RGB is 130 - color contains mainly: red. Hex color #825F4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825F4D is #7DA0B2. Grayscale: #676767. Windows color (decimal): -8233139 or 5070722. OLE color: 5070722.

HSL color Cylindrical-coordinate representation of color #825F4D: hue angle of 20.38º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #825F4D is Cyan = 0, Magento = 0.27, Yellow = 0.41 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 95 77 -
CMYK 0 0.27 0.41 0.49
HSL 20.38º 0.26% 0.41% -
HSV(B) 20.38º 0.41% 0.51% -
XYZ 14.64 13.47 8.85 -
YUV 103.41 113.1 146.96 -
System Red Green Blue C M Y K H S L
Decimal 130 95 77 0 0.27 0.41 0.49 20.38 0.26 0.41
Hex 82 5F 4D 0 1B 29 31 14 1A 29
Octal 202 137 115 0 33 51 61 24 32 51
Binary 10000010 1011111 1001101 0 11011 101001 110001 10100 11010 101001

Color Harmonies of #825F4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825F4D

Black with #825F4D

Text Example


Text Example

White with #825F4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825F4D; }

 p { color: rgb(130,95,77); }

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

background-color css

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

 a { background-color: rgb(130,95,77); }

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

border-color css

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

 span { border-color: rgb(130,95,77); }

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