Html Css Color HEX #885F4B Spicy Mix

📋 copy color: '#885F4B'

red 136 ◦ green 95 ◦ blue 75

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

Shades of Spicy Mix #885F4B

Tints of Spicy Mix #885F4B

RGB

 RED value IS 136 (53.52% from 255) = 44.44%

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

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

R = 44.44%
G = 31.05%
B = 24.51%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.45

 K value IS 0.47

RGB Variations

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

Color information

#885F4B (or 0x885F4B) is known color: Spicy Mix. HEX triplet: 88, 5F and 4B. RGB value is (136,95,75). Sum of RGB (Red+Green+Blue) = 136+95+75=306 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.44% from 306); Green value is 95 (37.5% from 255 or 31.05% from 306); Blue value is 75 (29.69% from 255 or 24.51% from 306); Max value from RGB is 136 - color contains mainly: red. Hex color #885F4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885F4B is #77A0B4. Grayscale: #696969. Windows color (decimal): -7839925 or 4939656. OLE color: 4939656.

HSL color Cylindrical-coordinate representation of color #885F4B: hue angle of 19.67º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #885F4B is Cyan = 0, Magento = 0.30, Yellow = 0.45 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 95 75 -
CMYK 0 0.30 0.45 0.47
HSL 19.67º 0.29% 0.41% -
HSV(B) 19.67º 0.45% 0.53% -
XYZ 15.52 13.93 8.53 -
YUV 104.98 111.08 150.13 -
System Red Green Blue C M Y K H S L
Decimal 136 95 75 0 0.30 0.45 0.47 19.67 0.29 0.41
Hex 88 5F 4B 0 1E 2D 2F 14 1D 29
Octal 210 137 113 0 36 55 57 24 35 51
Binary 10001000 1011111 1001011 0 11110 101101 101111 10100 11101 101001

Color Harmonies of #885F4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885F4B

Black with #885F4B

Text Example


Text Example

White with #885F4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885F4B; }

 p { color: rgb(136,95,75); }

 H1.HeaderClassName
 {
   color: #885F4B;
 }
 .AnyTagClassName
 {
   color: #885F4B;
 }
</style>

background-color css

<style>
 a { background-color: #885F4B; }

 a { background-color: rgb(136,95,75); }

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

border-color css

<style>
 span { border-color: #885F4B; }

 span { border-color: rgb(136,95,75); }

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