#8E4F34

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

Shades of Paarl #8E4F34

Tints of Paarl #8E4F34

Color information

#8E4F34 (or 0x8E4F34) is unknown color: approx Paarl. HEX triplet: 8E, 4F and 34. RGB value is (142,79,52). Sum of RGB (Red+Green+Blue) = 142+79+52=273 (36% of max value = 765). Red value is 142 (55.86% from 255 or 52.01% from 273); Green value is 79 (31.25% from 255 or 28.94% from 273); Blue value is 52 (20.70% from 255 or 19.05% from 273); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4F34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E4F34 is #71B0CB. Grayscale: #5E5E5E. Windows color (decimal): -7450828 or 3428238. OLE color: 3428238.

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

Color convert

RGB1427952-
CMYK00.440.630.44
HSL18º46.39%38.04%-
HSV(B)18º63.38%55.69%-
XYZ14.5711.594.72-
YUV94.76103.87161.7-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 52.01%
GREEN value IS 79 (31.25% from 255) = 28.94%
BLUE value IS 52 (20.70% from 255) = 19.05%
R=52.01%
G=28.94%
B=19.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.63
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142795200.440.630.441846.3938.04
Hex8E4F3402C3F2C122e26
Octal216117640547754225646
Binary100011101001111110100010110011111110110010010101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E4F34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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