#8E4C34

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

Shades of Paarl #8E4C34

Tints of Paarl #8E4C34

Color information

#8E4C34 (or 0x8E4C34) is unknown color: approx Paarl. HEX triplet: 8E, 4C and 34. RGB value is (142,76,52). Sum of RGB (Red+Green+Blue) = 142+76+52=270 (35% of max value = 765). Red value is 142 (55.86% from 255 or 52.59% from 270); Green value is 76 (30.08% from 255 or 28.15% from 270); Blue value is 52 (20.70% from 255 or 19.26% from 270); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4C34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E4C34 is #71B3CB. Grayscale: #5D5D5D. Windows color (decimal): -7451596 or 3427470. OLE color: 3427470.

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

Color convert

RGB1427652-
CMYK00.460.630.44
HSL16º46.39%38.04%-
HSV(B)16º63.38%55.69%-
XYZ14.3611.174.65-
YUV93104.87162.95-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 52.59%
GREEN value IS 76 (30.08% from 255) = 28.15%
BLUE value IS 52 (20.70% from 255) = 19.26%
R=52.59%
G=28.15%
B=19.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.63
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142765200.460.630.441646.3938.04
Hex8E4C3402E3F2C102e26
Octal216114640567754205646
Binary100011101001100110100010111011111110110010000101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E4C34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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