#8E4635

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

Shades of Paarl #8E4635

Tints of Paarl #8E4635

Color information

#8E4635 (or 0x8E4635) is unknown color: approx Paarl. HEX triplet: 8E, 46 and 35. RGB value is (142,70,53). Sum of RGB (Red+Green+Blue) = 142+70+53=265 (35% of max value = 765). Red value is 142 (55.86% from 255 or 53.58% from 265); Green value is 70 (27.73% from 255 or 26.42% from 265); Blue value is 53 (21.09% from 255 or 20% from 265); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4635 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E4635 is #71B9CA. Grayscale: #595959. Windows color (decimal): -7453131 or 3491470. OLE color: 3491470.

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

Color convert

RGB1427053-
CMYK00.510.630.44
HSL11.46º45.64%38.24%-
HSV(B)11.46º62.68%55.69%-
XYZ13.9910.394.64-
YUV89.59107.35165.38-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 53.58%
GREEN value IS 70 (27.73% from 255) = 26.42%
BLUE value IS 53 (21.09% from 255) = 20%
R=53.58%
G=26.42%
B=20%

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
Decimal142705300.510.630.4411.4645.6438.24
Hex8E46350333F2Cb2e26
Octal216106650637754135646
Binary10001110100011011010101100111111111011001011101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E4635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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