Html Css Color HEX #8E5036 Paarl

📋 copy color: '#8E5036'

red 142 ◦ green 80 ◦ blue 54

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

Shades of Paarl #8E5036

Tints of Paarl #8E5036

RGB

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

 GREEN value IS 80 (31.64% from 255) = 28.99%

 BLUE value IS 54 (21.48% from 255) = 19.57%

R = 51.45%
G = 28.99%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.62

 K value IS 0.44

RGB Variations

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

Color information

#8E5036 (or 0x8E5036) is known color: Paarl. HEX triplet: 8E, 50 and 36. RGB value is (142,80,54). Sum of RGB (Red+Green+Blue) = 142+80+54=276 (36% of max value = 765). Red value is 142 (55.86% from 255 or 51.45% from 276); Green value is 80 (31.64% from 255 or 28.99% from 276); Blue value is 54 (21.48% from 255 or 19.57% from 276); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5036 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E5036 is #71AFC9. Grayscale: #5F5F5F. Windows color (decimal): -7450570 or 3559566. OLE color: 3559566.

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

Color convert

RGB 142 80 54 -
CMYK 0 0.44 0.62 0.44
HSL 17.73º 0.45% 0.38% -
HSV(B) 17.73º 0.62% 0.56% -
XYZ 14.69 11.75 4.98 -
YUV 95.57 104.54 161.11 -
System Red Green Blue C M Y K H S L
Decimal 142 80 54 0 0.44 0.62 0.44 17.73 0.45 0.38
Hex 8E 50 36 0 2C 3E 2C 12 2D 26
Octal 216 120 66 0 54 76 54 22 55 46
Binary 10001110 1010000 110110 0 101100 111110 101100 10010 101101 100110

Color Harmonies of #8E5036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E5036

Black with #8E5036

Text Example


Text Example

White with #8E5036

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,80,54); }

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

background-color css

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

 a { background-color: rgb(142,80,54); }

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

border-color css

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

 span { border-color: rgb(142,80,54); }

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