#8E4B34

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

Shades of Paarl #8E4B34

Tints of Paarl #8E4B34

Color information

#8E4B34 (or 0x8E4B34) is unknown color: approx Paarl. HEX triplet: 8E, 4B and 34. RGB value is (142,75,52). Sum of RGB (Red+Green+Blue) = 142+75+52=269 (35% of max value = 765). Red value is 142 (55.86% from 255 or 52.79% from 269); Green value is 75 (29.69% from 255 or 27.88% from 269); Blue value is 52 (20.70% from 255 or 19.33% from 269); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4B34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E4B34 is #71B4CB. Grayscale: #5C5C5C. Windows color (decimal): -7451852 or 3427214. OLE color: 3427214.

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

Color convert

RGB1427552-
CMYK00.470.630.44
HSL15.33º46.39%38.04%-
HSV(B)15.33º63.38%55.69%-
XYZ14.2911.034.62-
YUV92.41105.2163.37-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 52.79%
GREEN value IS 75 (29.69% from 255) = 27.88%
BLUE value IS 52 (20.70% from 255) = 19.33%
R=52.79%
G=27.88%
B=19.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.63
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142755200.470.630.4415.3346.3938.04
Hex8E4B3402F3F2Cf2e26
Octal216113640577754175646
Binary10001110100101111010001011111111111011001111101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E4B34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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