Html Css Color HEX #8F4935 Paarl

📋 copy color: '#8F4935'

red 143 ◦ green 73 ◦ blue 53

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

Shades of Paarl #8F4935

Tints of Paarl #8F4935

RGB

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

 GREEN value IS 73 (28.91% from 255) = 27.14%

 BLUE value IS 53 (21.09% from 255) = 19.7%

R = 53.16%
G = 27.14%
B = 19.7%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.63

 K value IS 0.44

RGB Variations

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

Color information

#8F4935 (or 0x8F4935) is known color: Paarl. HEX triplet: 8F, 49 and 35. RGB value is (143,73,53). Sum of RGB (Red+Green+Blue) = 143+73+53=269 (35% of max value = 765). Red value is 143 (56.25% from 255 or 53.16% from 269); Green value is 73 (28.91% from 255 or 27.14% from 269); Blue value is 53 (21.09% from 255 or 19.70% from 269); Max value from RGB is 143 - color contains mainly: red. Hex color #8F4935 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F4935 is #70B6CA. Grayscale: #5B5B5B. Windows color (decimal): -7386827 or 3492239. OLE color: 3492239.

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

Color convert

RGB 143 73 53 -
CMYK 0 0.49 0.63 0.44
HSL 13.33º 0.46% 0.38% -
HSV(B) 13.33º 0.63% 0.56% -
XYZ 14.35 10.86 4.71 -
YUV 91.65 106.19 164.63 -
System Red Green Blue C M Y K H S L
Decimal 143 73 53 0 0.49 0.63 0.44 13.33 0.46 0.38
Hex 8F 49 35 0 31 3F 2C D 2E 26
Octal 217 111 65 0 61 77 54 15 56 46
Binary 10001111 1001001 110101 0 110001 111111 101100 1101 101110 100110

Color Harmonies of #8F4935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F4935

Black with #8F4935

Text Example


Text Example

White with #8F4935

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,73,53); }

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

background-color css

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

 a { background-color: rgb(143,73,53); }

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

border-color css

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

 span { border-color: rgb(143,73,53); }

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