Html Css Color HEX #825C4B Spicy Mix

📋 copy color: '#825C4B'

red 130 ◦ green 92 ◦ blue 75

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

Shades of Spicy Mix #825C4B

Tints of Spicy Mix #825C4B

RGB

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

 GREEN value IS 92 (36.33% from 255) = 30.98%

 BLUE value IS 75 (29.69% from 255) = 25.25%

R = 43.77%
G = 30.98%
B = 25.25%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.42

 K value IS 0.49

RGB Variations

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

Color information

#825C4B (or 0x825C4B) is known color: Spicy Mix. HEX triplet: 82, 5C and 4B. RGB value is (130,92,75). Sum of RGB (Red+Green+Blue) = 130+92+75=297 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.77% from 297); Green value is 92 (36.33% from 255 or 30.98% from 297); Blue value is 75 (29.69% from 255 or 25.25% from 297); Max value from RGB is 130 - color contains mainly: red. Hex color #825C4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825C4B is #7DA3B4. Grayscale: #656565. Windows color (decimal): -8233909 or 4938882. OLE color: 4938882.

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

Color convert

RGB 130 92 75 -
CMYK 0 0.29 0.42 0.49
HSL 18.55º 0.27% 0.4% -
HSV(B) 18.55º 0.42% 0.51% -
XYZ 14.3 12.91 8.39 -
YUV 101.42 113.09 148.38 -
System Red Green Blue C M Y K H S L
Decimal 130 92 75 0 0.29 0.42 0.49 18.55 0.27 0.4
Hex 82 5C 4B 0 1D 2A 31 13 1B 28
Octal 202 134 113 0 35 52 61 23 33 50
Binary 10000010 1011100 1001011 0 11101 101010 110001 10011 11011 101000

Color Harmonies of #825C4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825C4B

Black with #825C4B

Text Example


Text Example

White with #825C4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,92,75); }

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

background-color css

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

 a { background-color: rgb(130,92,75); }

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

border-color css

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

 span { border-color: rgb(130,92,75); }

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