#8E4A34

Color #8E4A34 Paarl (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paarl #8E4A34

Tints of Paarl #8E4A34

Color information

#8E4A34 (or 0x8E4A34) is unknown color: approx Paarl. HEX triplet: 8E, 4A and 34. RGB value is (142,74,52). Sum of RGB (Red+Green+Blue) = 142+74+52=268 (35% of max value = 765). Red value is 142 (55.86% from 255 or 52.99% from 268); Green value is 74 (29.30% from 255 or 27.61% from 268); Blue value is 52 (20.70% from 255 or 19.40% from 268); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4A34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E4A34 is #71B5CB. Grayscale: #5B5B5B. Windows color (decimal): -7452108 or 3426958. OLE color: 3426958.

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

Color convert

RGB1427452-
CMYK00.480.630.44
HSL14.67º46.39%38.04%-
HSV(B)14.67º63.38%55.69%-
XYZ14.2210.94.6-
YUV91.82105.53163.79-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 52.99%
GREEN value IS 74 (29.30% from 255) = 27.61%
BLUE value IS 52 (20.70% from 255) = 19.40%
R=52.99%
G=27.61%
B=19.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.63
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142745200.480.630.4414.6746.3938.04
Hex8E4A340303F2Cf2e26
Octal216112640607754175646
Binary10001110100101011010001100001111111011001111101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E4A34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,74,52); }

 H1.HeaderClassName
 {
   color: #8E4A34;
 }
 .AnyTagClassName
 {
   color: #8E4A34;
 }
</style>
background-color css

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

 a { background-color: rgb(142,74,52); }

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

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

 span { border-color: rgb(142,74,52); }

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