#8E3034

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

Shades of Old Brick #8E3034

Tints of Old Brick #8E3034

Color information

#8E3034 (or 0x8E3034) is unknown color: approx Old Brick. HEX triplet: 8E, 30 and 34. RGB value is (142,48,52). Sum of RGB (Red+Green+Blue) = 142+48+52=242 (32% of max value = 765). Red value is 142 (55.86% from 255 or 58.68% from 242); Green value is 48 (19.14% from 255 or 19.83% from 242); Blue value is 52 (20.70% from 255 or 21.49% from 242); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3034 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E3034 is #71CFCB. Grayscale: #4C4C4C. Windows color (decimal): -7458764 or 3420302. OLE color: 3420302.

HSL color Cylindrical-coordinate representation of color #8E3034: hue angle of 357.45º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8E3034 is Cyan = 0, Magento = 0.66, Yellow = 0.63 and Black (K on CMYK) = 0.44.

Color convert

RGB1424852-
CMYK00.660.630.44
HSL357.45º49.47%37.25%-
HSV(B)357.45º66.2%55.69%-
XYZ12.838.114.14-
YUV76.56114.14174.67-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 58.68%
GREEN value IS 48 (19.14% from 255) = 19.83%
BLUE value IS 52 (20.70% from 255) = 21.49%
R=58.68%
G=19.83%
B=21.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.63
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142485200.660.630.44357.4549.4737.25
Hex8E30340423F2C1653125
Octal2166064010277545456145
Binary1000111011000011010001000010111111101100101100101110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E3034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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