Html Css Color HEX #8F755C Pale Brown

📋 copy color: '#8F755C'

red 143 ◦ green 117 ◦ blue 92

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

Shades of Pale Brown #8F755C

Tints of Pale Brown #8F755C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 33.24%

 BLUE value IS 92 (36.33% from 255) = 26.14%

R = 40.63%
G = 33.24%
B = 26.14%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.36

 K value IS 0.44

RGB Variations

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

Color information

#8F755C (or 0x8F755C) is known color: Pale Brown. HEX triplet: 8F, 75 and 5C. RGB value is (143,117,92). Sum of RGB (Red+Green+Blue) = 143+117+92=352 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.62% from 352); Green value is 117 (46.09% from 255 or 33.24% from 352); Blue value is 92 (36.33% from 255 or 26.14% from 352); Max value from RGB is 143 - color contains mainly: red. Hex color #8F755C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F755C is #708AA3. Grayscale: #7A7A7A. Windows color (decimal): -7375524 or 6059407. OLE color: 6059407.

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

Color convert

RGB 143 117 92 -
CMYK 0 0.18 0.36 0.44
HSL 29.41º 0.22% 0.46% -
HSV(B) 29.41º 0.36% 0.56% -
XYZ 19.62 19.33 12.82 -
YUV 121.92 111.11 143.03 -
System Red Green Blue C M Y K H S L
Decimal 143 117 92 0 0.18 0.36 0.44 29.41 0.22 0.46
Hex 8F 75 5C 0 12 24 2C 1D 16 2E
Octal 217 165 134 0 22 44 54 35 26 56
Binary 10001111 1110101 1011100 0 10010 100100 101100 11101 10110 101110

Color Harmonies of #8F755C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F755C

Black with #8F755C

Text Example


Text Example

White with #8F755C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,117,92); }

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

background-color css

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

 a { background-color: rgb(143,117,92); }

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

border-color css

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

 span { border-color: rgb(143,117,92); }

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