#8E4535

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

Shades of Paarl #8E4535

Tints of Paarl #8E4535

Color information

#8E4535 (or 0x8E4535) is unknown color: approx Paarl. HEX triplet: 8E, 45 and 35. RGB value is (142,69,53). Sum of RGB (Red+Green+Blue) = 142+69+53=264 (34% of max value = 765). Red value is 142 (55.86% from 255 or 53.79% from 264); Green value is 69 (27.34% from 255 or 26.14% from 264); Blue value is 53 (21.09% from 255 or 20.08% from 264); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4535 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E4535 is #71BACA. Grayscale: #595959. Windows color (decimal): -7453387 or 3491214. OLE color: 3491214.

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

Color convert

RGB1426953-
CMYK00.510.630.44
HSL10.79º45.64%38.24%-
HSV(B)10.79º62.68%55.69%-
XYZ13.9310.264.62-
YUV89107.68165.8-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 53.79%
GREEN value IS 69 (27.34% from 255) = 26.14%
BLUE value IS 53 (21.09% from 255) = 20.08%
R=53.79%
G=26.14%
B=20.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.63
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142695300.510.630.4410.7945.6438.24
Hex8E45350333F2Cb2e26
Octal216105650637754135646
Binary10001110100010111010101100111111111011001011101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E4535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,69,53); }

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

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

 a { background-color: rgb(142,69,53); }

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

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

 span { border-color: rgb(142,69,53); }

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