Html Css Color HEX #8E4E35 Paarl

📋 copy color: '#8E4E35'

red 142 ◦ green 78 ◦ blue 53

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

Shades of Paarl #8E4E35

Tints of Paarl #8E4E35

RGB

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

 GREEN value IS 78 (30.86% from 255) = 28.57%

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

R = 52.01%
G = 28.57%
B = 19.41%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.63

 K value IS 0.44

RGB Variations

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

Color information

#8E4E35 (or 0x8E4E35) is known color: Paarl. HEX triplet: 8E, 4E and 35. RGB value is (142,78,53). Sum of RGB (Red+Green+Blue) = 142+78+53=273 (36% of max value = 765). Red value is 142 (55.86% from 255 or 52.01% from 273); Green value is 78 (30.86% from 255 or 28.57% from 273); Blue value is 53 (21.09% from 255 or 19.41% from 273); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4E35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E4E35 is #71B1CA. Grayscale: #5E5E5E. Windows color (decimal): -7451083 or 3493518. OLE color: 3493518.

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

Color convert

RGB 142 78 53 -
CMYK 0 0.45 0.63 0.44
HSL 16.85º 0.46% 0.38% -
HSV(B) 16.85º 0.63% 0.56% -
XYZ 14.52 11.46 4.81 -
YUV 94.29 104.7 162.03 -
System Red Green Blue C M Y K H S L
Decimal 142 78 53 0 0.45 0.63 0.44 16.85 0.46 0.38
Hex 8E 4E 35 0 2D 3F 2C 11 2E 26
Octal 216 116 65 0 55 77 54 21 56 46
Binary 10001110 1001110 110101 0 101101 111111 101100 10001 101110 100110

Color Harmonies of #8E4E35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E4E35

Black with #8E4E35

Text Example


Text Example

White with #8E4E35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,78,53); }

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

background-color css

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

 a { background-color: rgb(142,78,53); }

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

border-color css

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

 span { border-color: rgb(142,78,53); }

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