Html Css Color HEX #825A51 Spicy Mix

📋 copy color: '#825A51'

red 130 ◦ green 90 ◦ blue 81

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

Shades of Spicy Mix #825A51

Tints of Spicy Mix #825A51

RGB

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

 GREEN value IS 90 (35.55% from 255) = 29.9%

 BLUE value IS 81 (32.03% from 255) = 26.91%

R = 43.19%
G = 29.9%
B = 26.91%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.38

 K value IS 0.49

RGB Variations

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

Color information

#825A51 (or 0x825A51) is known color: Spicy Mix. HEX triplet: 82, 5A and 51. RGB value is (130,90,81). Sum of RGB (Red+Green+Blue) = 130+90+81=301 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.19% from 301); Green value is 90 (35.55% from 255 or 29.90% from 301); Blue value is 81 (32.03% from 255 or 26.91% from 301); Max value from RGB is 130 - color contains mainly: red. Hex color #825A51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825A51 is #7DA5AE. Grayscale: #656565. Windows color (decimal): -8234415 or 5331586. OLE color: 5331586.

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

Color convert

RGB 130 90 81 -
CMYK 0 0.31 0.38 0.49
HSL 11.02º 0.23% 0.41% -
HSV(B) 11.02º 0.38% 0.51% -
XYZ 14.35 12.65 9.47 -
YUV 100.93 116.75 148.73 -
System Red Green Blue C M Y K H S L
Decimal 130 90 81 0 0.31 0.38 0.49 11.02 0.23 0.41
Hex 82 5A 51 0 1F 26 31 B 17 29
Octal 202 132 121 0 37 46 61 13 27 51
Binary 10000010 1011010 1010001 0 11111 100110 110001 1011 10111 101001

Color Harmonies of #825A51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825A51

Black with #825A51

Text Example


Text Example

White with #825A51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,90,81); }

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

background-color css

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

 a { background-color: rgb(130,90,81); }

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

border-color css

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

 span { border-color: rgb(130,90,81); }

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