#8E4A38

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

Shades of Paarl #8E4A38

Tints of Paarl #8E4A38

Color information

#8E4A38 (or 0x8E4A38) is unknown color: approx Paarl. HEX triplet: 8E, 4A and 38. RGB value is (142,74,56). Sum of RGB (Red+Green+Blue) = 142+74+56=272 (36% of max value = 765). Red value is 142 (55.86% from 255 or 52.21% from 272); Green value is 74 (29.30% from 255 or 27.21% from 272); Blue value is 56 (22.27% from 255 or 20.59% from 272); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4A38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E4A38 is #71B5C7. Grayscale: #5C5C5C. Windows color (decimal): -7452104 or 3689102. OLE color: 3689102.

HSL color Cylindrical-coordinate representation of color #8E4A38: hue angle of 12.56º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8E4A38 is Cyan = 0, Magento = 0.48, Yellow = 0.61 and Black (K on CMYK) = 0.44.

Color convert

RGB1427456-
CMYK00.480.610.44
HSL12.56º43.43%38.82%-
HSV(B)12.56º60.56%55.69%-
XYZ14.3210.935.1-
YUV92.28107.53163.46-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 52.21%
GREEN value IS 74 (29.30% from 255) = 27.21%
BLUE value IS 56 (22.27% from 255) = 20.59%
R=52.21%
G=27.21%
B=20.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.61
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142745600.480.610.4412.5643.4338.82
Hex8E4A380303D2Cd2b27
Octal216112700607554155347
Binary10001110100101011100001100001111011011001101101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E4A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,74,56); }

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

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

 a { background-color: rgb(142,74,56); }

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

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

 span { border-color: rgb(142,74,56); }

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