Html Css Color HEX #995F4D Spicy Mix

📋 copy color: '#995F4D'

red 153 ◦ green 95 ◦ blue 77

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

Shades of Spicy Mix #995F4D

Tints of Spicy Mix #995F4D

RGB

 RED value IS 153 (60.16% from 255) = 47.08%

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

 BLUE value IS 77 (30.47% from 255) = 23.69%

R = 47.08%
G = 29.23%
B = 23.69%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.50

 K value IS 0.4

RGB Variations

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

Color information

#995F4D (or 0x995F4D) is known color: Spicy Mix. HEX triplet: 99, 5F and 4D. RGB value is (153,95,77). Sum of RGB (Red+Green+Blue) = 153+95+77=325 (43% of max value = 765). Red value is 153 (60.16% from 255 or 47.08% from 325); Green value is 95 (37.5% from 255 or 29.23% from 325); Blue value is 77 (30.47% from 255 or 23.69% from 325); Max value from RGB is 153 - color contains mainly: red. Hex color #995F4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995F4D is #66A0B2. Grayscale: #6E6E6E. Windows color (decimal): -6725811 or 5070745. OLE color: 5070745.

HSL color Cylindrical-coordinate representation of color #995F4D: hue angle of 14.21º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #995F4D is Cyan = 0, Magento = 0.38, Yellow = 0.50 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 95 77 -
CMYK 0 0.38 0.50 0.4
HSL 14.21º 0.33% 0.45% -
HSV(B) 14.21º 0.5% 0.6% -
XYZ 18.57 15.49 9.03 -
YUV 110.29 109.22 158.46 -
System Red Green Blue C M Y K H S L
Decimal 153 95 77 0 0.38 0.50 0.4 14.21 0.33 0.45
Hex 99 5F 4D 0 26 32 28 E 21 2D
Octal 231 137 115 0 46 62 50 16 41 55
Binary 10011001 1011111 1001101 0 100110 110010 101000 1110 100001 101101

Color Harmonies of #995F4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995F4D

Black with #995F4D

Text Example


Text Example

White with #995F4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995F4D; }

 p { color: rgb(153,95,77); }

 H1.HeaderClassName
 {
   color: #995F4D;
 }
 .AnyTagClassName
 {
   color: #995F4D;
 }
</style>

background-color css

<style>
 a { background-color: #995F4D; }

 a { background-color: rgb(153,95,77); }

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

border-color css

<style>
 span { border-color: #995F4D; }

 span { border-color: rgb(153,95,77); }

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