Html Css Color HEX #875F4B Spicy Mix

📋 copy color: '#875F4B'

red 135 ◦ green 95 ◦ blue 75

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

Shades of Spicy Mix #875F4B

Tints of Spicy Mix #875F4B

RGB

 RED value IS 135 (53.13% from 255) = 44.26%

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

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

R = 44.26%
G = 31.15%
B = 24.59%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.44

 K value IS 0.47

RGB Variations

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

Color information

#875F4B (or 0x875F4B) is known color: Spicy Mix. HEX triplet: 87, 5F and 4B. RGB value is (135,95,75). Sum of RGB (Red+Green+Blue) = 135+95+75=305 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.26% from 305); Green value is 95 (37.5% from 255 or 31.15% from 305); Blue value is 75 (29.69% from 255 or 24.59% from 305); Max value from RGB is 135 - color contains mainly: red. Hex color #875F4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875F4B is #78A0B4. Grayscale: #686868. Windows color (decimal): -7905461 or 4939655. OLE color: 4939655.

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

Color convert

RGB 135 95 75 -
CMYK 0 0.30 0.44 0.47
HSL 20º 0.29% 0.41% -
HSV(B) 20º 0.44% 0.53% -
XYZ 15.35 13.84 8.52 -
YUV 104.68 111.25 149.63 -
System Red Green Blue C M Y K H S L
Decimal 135 95 75 0 0.30 0.44 0.47 20 0.29 0.41
Hex 87 5F 4B 0 1E 2C 2F 14 1D 29
Octal 207 137 113 0 36 54 57 24 35 51
Binary 10000111 1011111 1001011 0 11110 101100 101111 10100 11101 101001

Color Harmonies of #875F4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875F4B

Black with #875F4B

Text Example


Text Example

White with #875F4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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