Html Css Color HEX #825F53 Spicy Mix

📋 copy color: '#825F53'

red 130 ◦ green 95 ◦ blue 83

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

Shades of Spicy Mix #825F53

Tints of Spicy Mix #825F53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 26.95%

R = 42.21%
G = 30.84%
B = 26.95%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.36

 K value IS 0.49

RGB Variations

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

Color information

#825F53 (or 0x825F53) is known color: Spicy Mix. HEX triplet: 82, 5F and 53. RGB value is (130,95,83). Sum of RGB (Red+Green+Blue) = 130+95+83=308 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.21% from 308); Green value is 95 (37.5% from 255 or 30.84% from 308); Blue value is 83 (32.81% from 255 or 26.95% from 308); Max value from RGB is 130 - color contains mainly: red. Hex color #825F53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825F53 is #7DA0AC. Grayscale: #686868. Windows color (decimal): -8233133 or 5463938. OLE color: 5463938.

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

Color convert

RGB 130 95 83 -
CMYK 0 0.27 0.36 0.49
HSL 15.32º 0.22% 0.42% -
HSV(B) 15.32º 0.36% 0.51% -
XYZ 14.86 13.55 10.02 -
YUV 104.1 116.1 146.48 -
System Red Green Blue C M Y K H S L
Decimal 130 95 83 0 0.27 0.36 0.49 15.32 0.22 0.42
Hex 82 5F 53 0 1B 24 31 F 16 2A
Octal 202 137 123 0 33 44 61 17 26 52
Binary 10000010 1011111 1010011 0 11011 100100 110001 1111 10110 101010

Color Harmonies of #825F53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825F53

Black with #825F53

Text Example


Text Example

White with #825F53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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