Html Css Color HEX #875F5B Pharlap

📋 copy color: '#875F5B'

red 135 ◦ green 95 ◦ blue 91

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

Shades of Pharlap #875F5B

Tints of Pharlap #875F5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 28.35%

R = 42.06%
G = 29.6%
B = 28.35%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.33

 K value IS 0.47

RGB Variations

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

Color information

#875F5B (or 0x875F5B) is known color: Pharlap. HEX triplet: 87, 5F and 5B. RGB value is (135,95,91). Sum of RGB (Red+Green+Blue) = 135+95+91=321 (42% of max value = 765). Red value is 135 (53.12% from 255 or 42.06% from 321); Green value is 95 (37.5% from 255 or 29.60% from 321); Blue value is 91 (35.94% from 255 or 28.35% from 321); Max value from RGB is 135 - color contains mainly: red. Hex color #875F5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875F5B is #78A0A4. Grayscale: #6A6A6A. Windows color (decimal): -7905445 or 5988231. OLE color: 5988231.

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

Color convert

RGB 135 95 91 -
CMYK 0 0.30 0.33 0.47
HSL 5.45º 0.19% 0.44% -
HSV(B) 5.45º 0.33% 0.53% -
XYZ 15.97 14.09 11.78 -
YUV 106.5 119.25 148.33 -
System Red Green Blue C M Y K H S L
Decimal 135 95 91 0 0.30 0.33 0.47 5.45 0.19 0.44
Hex 87 5F 5B 0 1E 21 2F 5 13 2C
Octal 207 137 133 0 36 41 57 5 23 54
Binary 10000111 1011111 1011011 0 11110 100001 101111 101 10011 101100

Color Harmonies of #875F5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875F5B

Black with #875F5B

Text Example


Text Example

White with #875F5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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