Html Css Color HEX #8F4D35 Paarl

📋 copy color: '#8F4D35'

red 143 ◦ green 77 ◦ blue 53

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

Shades of Paarl #8F4D35

Tints of Paarl #8F4D35

RGB

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

 GREEN value IS 77 (30.47% from 255) = 28.21%

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

R = 52.38%
G = 28.21%
B = 19.41%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.63

 K value IS 0.44

RGB Variations

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

Color information

#8F4D35 (or 0x8F4D35) is known color: Paarl. HEX triplet: 8F, 4D and 35. RGB value is (143,77,53). Sum of RGB (Red+Green+Blue) = 143+77+53=273 (36% of max value = 765). Red value is 143 (56.25% from 255 or 52.38% from 273); Green value is 77 (30.47% from 255 or 28.21% from 273); Blue value is 53 (21.09% from 255 or 19.41% from 273); Max value from RGB is 143 - color contains mainly: red. Hex color #8F4D35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F4D35 is #70B2CA. Grayscale: #5E5E5E. Windows color (decimal): -7385803 or 3493263. OLE color: 3493263.

HSL color Cylindrical-coordinate representation of color #8F4D35: hue angle of 16º 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 #8F4D35 is Cyan = 0, Magento = 0.46, Yellow = 0.63 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 77 53 -
CMYK 0 0.46 0.63 0.44
HSL 16º 0.46% 0.38% -
HSV(B) 16º 0.63% 0.56% -
XYZ 14.62 11.4 4.8 -
YUV 94 104.87 162.95 -
System Red Green Blue C M Y K H S L
Decimal 143 77 53 0 0.46 0.63 0.44 16 0.46 0.38
Hex 8F 4D 35 0 2E 3F 2C 10 2E 26
Octal 217 115 65 0 56 77 54 20 56 46
Binary 10001111 1001101 110101 0 101110 111111 101100 10000 101110 100110

Color Harmonies of #8F4D35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F4D35

Black with #8F4D35

Text Example


Text Example

White with #8F4D35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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