Html Css Color HEX #8E4731 Paarl

📋 copy color: '#8E4731'

red 142 ◦ green 71 ◦ blue 49

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

Shades of Paarl #8E4731

Tints of Paarl #8E4731

RGB

 RED value IS 142 (55.86% from 255) = 54.2%

 GREEN value IS 71 (28.13% from 255) = 27.1%

 BLUE value IS 49 (19.53% from 255) = 18.7%

R = 54.2%
G = 27.1%
B = 18.7%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.65

 K value IS 0.44

RGB Variations

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

Color information

#8E4731 (or 0x8E4731) is known color: Paarl. HEX triplet: 8E, 47 and 31. RGB value is (142,71,49). Sum of RGB (Red+Green+Blue) = 142+71+49=262 (34% of max value = 765). Red value is 142 (55.86% from 255 or 54.20% from 262); Green value is 71 (28.12% from 255 or 27.10% from 262); Blue value is 49 (19.53% from 255 or 18.70% from 262); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4731 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E4731 is #71B8CE. Grayscale: #595959. Windows color (decimal): -7452879 or 3229582. OLE color: 3229582.

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

Color convert

RGB 142 71 49 -
CMYK 0 0.5 0.65 0.44
HSL 14.19º 0.49% 0.37% -
HSV(B) 14.19º 0.65% 0.56% -
XYZ 13.96 10.48 4.19 -
YUV 89.72 105.02 165.29 -
System Red Green Blue C M Y K H S L
Decimal 142 71 49 0 0.5 0.65 0.44 14.19 0.49 0.37
Hex 8E 47 31 0 32 41 2C E 31 25
Octal 216 107 61 0 62 101 54 16 61 45
Binary 10001110 1000111 110001 0 110010 1000001 101100 1110 110001 100101

Color Harmonies of #8E4731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E4731

Black with #8E4731

Text Example


Text Example

White with #8E4731

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,71,49); }

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

background-color css

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

 a { background-color: rgb(142,71,49); }

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

border-color css

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

 span { border-color: rgb(142,71,49); }

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