Html Css Color HEX #815C4B Spicy Mix

📋 copy color: '#815C4B'

red 129 ◦ green 92 ◦ blue 75

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

Shades of Spicy Mix #815C4B

Tints of Spicy Mix #815C4B

RGB

 RED value IS 129 (50.78% from 255) = 43.58%

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

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

R = 43.58%
G = 31.08%
B = 25.34%

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

#815C4B (or 0x815C4B) is known color: Spicy Mix. HEX triplet: 81, 5C and 4B. RGB value is (129,92,75). Sum of RGB (Red+Green+Blue) = 129+92+75=296 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.58% from 296); Green value is 92 (36.33% from 255 or 31.08% from 296); Blue value is 75 (29.69% from 255 or 25.34% from 296); Max value from RGB is 129 - color contains mainly: red. Hex color #815C4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #815C4B is #7EA3B4. Grayscale: #656565. Windows color (decimal): -8299445 or 4938881. OLE color: 4938881.

HSL color Cylindrical-coordinate representation of color #815C4B: hue angle of 18.89º degrees, saturation: 0.26, 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 #815C4B is Cyan = 0, Magento = 0.29, Yellow = 0.42 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 92 75 -
CMYK 0 0.29 0.42 0.49
HSL 18.89º 0.26% 0.4% -
HSV(B) 18.89º 0.42% 0.51% -
XYZ 14.15 12.83 8.39 -
YUV 101.13 113.26 147.88 -
System Red Green Blue C M Y K H S L
Decimal 129 92 75 0 0.29 0.42 0.49 18.89 0.26 0.4
Hex 81 5C 4B 0 1D 2A 31 13 1A 28
Octal 201 134 113 0 35 52 61 23 32 50
Binary 10000001 1011100 1001011 0 11101 101010 110001 10011 11010 101000

Color Harmonies of #815C4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #815C4B

Black with #815C4B

Text Example


Text Example

White with #815C4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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