Html Css Color HEX #825B4F Spicy Mix

📋 copy color: '#825B4F'

red 130 ◦ green 91 ◦ blue 79

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

Shades of Spicy Mix #825B4F

Tints of Spicy Mix #825B4F

RGB

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

 GREEN value IS 91 (35.94% from 255) = 30.33%

 BLUE value IS 79 (31.25% from 255) = 26.33%

R = 43.33%
G = 30.33%
B = 26.33%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.39

 K value IS 0.49

RGB Variations

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

Color information

#825B4F (or 0x825B4F) is known color: Spicy Mix. HEX triplet: 82, 5B and 4F. RGB value is (130,91,79). Sum of RGB (Red+Green+Blue) = 130+91+79=300 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.33% from 300); Green value is 91 (35.94% from 255 or 30.33% from 300); Blue value is 79 (31.25% from 255 or 26.33% from 300); Max value from RGB is 130 - color contains mainly: red. Hex color #825B4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825B4F is #7DA4B0. Grayscale: #656565. Windows color (decimal): -8234161 or 5200770. OLE color: 5200770.

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

Color convert

RGB 130 91 79 -
CMYK 0 0.30 0.39 0.49
HSL 14.12º 0.24% 0.41% -
HSV(B) 14.12º 0.39% 0.51% -
XYZ 14.36 12.79 9.11 -
YUV 101.29 115.42 148.48 -
System Red Green Blue C M Y K H S L
Decimal 130 91 79 0 0.30 0.39 0.49 14.12 0.24 0.41
Hex 82 5B 4F 0 1E 27 31 E 18 29
Octal 202 133 117 0 36 47 61 16 30 51
Binary 10000010 1011011 1001111 0 11110 100111 110001 1110 11000 101001

Color Harmonies of #825B4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825B4F

Black with #825B4F

Text Example


Text Example

White with #825B4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,91,79); }

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

background-color css

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

 a { background-color: rgb(130,91,79); }

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

border-color css

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

 span { border-color: rgb(130,91,79); }

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