Html Css Color HEX #8F7650 Pale Brown

📋 copy color: '#8F7650'

red 143 ◦ green 118 ◦ blue 80

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

Shades of Pale Brown #8F7650

Tints of Pale Brown #8F7650

RGB

 RED value IS 143 (56.25% from 255) = 41.94%

 GREEN value IS 118 (46.48% from 255) = 34.6%

 BLUE value IS 80 (31.64% from 255) = 23.46%

R = 41.94%
G = 34.6%
B = 23.46%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.44

 K value IS 0.44

RGB Variations

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

Color information

#8F7650 (or 0x8F7650) is known color: Pale Brown. HEX triplet: 8F, 76 and 50. RGB value is (143,118,80). Sum of RGB (Red+Green+Blue) = 143+118+80=341 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.94% from 341); Green value is 118 (46.48% from 255 or 34.60% from 341); Blue value is 80 (31.64% from 255 or 23.46% from 341); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7650 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F7650 is #7089AF. Grayscale: #797979. Windows color (decimal): -7375280 or 5273231. OLE color: 5273231.

HSL color Cylindrical-coordinate representation of color #8F7650: hue angle of 36.19º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8F7650 is Cyan = 0, Magento = 0.17, Yellow = 0.44 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 118 80 -
CMYK 0 0.17 0.44 0.44
HSL 36.19º 0.28% 0.44% -
HSV(B) 36.19º 0.44% 0.56% -
XYZ 19.25 19.38 10.31 -
YUV 121.14 104.78 143.59 -
System Red Green Blue C M Y K H S L
Decimal 143 118 80 0 0.17 0.44 0.44 36.19 0.28 0.44
Hex 8F 76 50 0 11 2C 2C 24 1C 2C
Octal 217 166 120 0 21 54 54 44 34 54
Binary 10001111 1110110 1010000 0 10001 101100 101100 100100 11100 101100

Color Harmonies of #8F7650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F7650

Black with #8F7650

Text Example


Text Example

White with #8F7650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8F7650; }

 p { color: rgb(143,118,80); }

 H1.HeaderClassName
 {
   color: #8F7650;
 }
 .AnyTagClassName
 {
   color: #8F7650;
 }
</style>

background-color css

<style>
 a { background-color: #8F7650; }

 a { background-color: rgb(143,118,80); }

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

border-color css

<style>
 span { border-color: #8F7650; }

 span { border-color: rgb(143,118,80); }

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