#8F4831

Color #8F4831 Paarl (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paarl #8F4831

Tints of Paarl #8F4831

Color information

#8F4831 (or 0x8F4831) is unknown color: approx Paarl. HEX triplet: 8F, 48 and 31. RGB value is (143,72,49). Sum of RGB (Red+Green+Blue) = 143+72+49=264 (34% of max value = 765). Red value is 143 (56.25% from 255 or 54.17% from 264); Green value is 72 (28.52% from 255 or 27.27% from 264); Blue value is 49 (19.53% from 255 or 18.56% from 264); Max value from RGB is 143 - color contains mainly: red. Hex color #8F4831 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F4831 is #70B7CE. Grayscale: #5A5A5A. Windows color (decimal): -7387087 or 3229839. OLE color: 3229839.

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

Color convert

RGB1437249-
CMYK00.500.660.44
HSL14.68º48.96%37.65%-
HSV(B)14.68º65.73%56.08%-
XYZ14.210.74.22-
YUV90.61104.52165.37-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 54.17%
GREEN value IS 72 (28.52% from 255) = 27.27%
BLUE value IS 49 (19.53% from 255) = 18.56%
R=54.17%
G=27.27%
B=18.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.66
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143724900.500.660.4414.6848.9637.65
Hex8F4831032422Cf3126
Octal2171106106210254176146
Binary100011111001000110001011001010000101011001111110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F4831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,72,49); }

 H1.HeaderClassName
 {
   color: #8F4831;
 }
 .AnyTagClassName
 {
   color: #8F4831;
 }
</style>
background-color css

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

 a { background-color: rgb(143,72,49); }

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

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

 span { border-color: rgb(143,72,49); }

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