#873134

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

Shades of Old Brick #873134

Tints of Old Brick #873134

Color information

#873134 (or 0x873134) is unknown color: approx Old Brick. HEX triplet: 87, 31 and 34. RGB value is (135,49,52). Sum of RGB (Red+Green+Blue) = 135+49+52=236 (31% of max value = 765). Red value is 135 (53.12% from 255 or 57.20% from 236); Green value is 49 (19.53% from 255 or 20.76% from 236); Blue value is 52 (20.70% from 255 or 22.03% from 236); Max value from RGB is 135 - color contains mainly: red. Hex color #873134 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873134 is #78CECB. Grayscale: #4B4B4B. Windows color (decimal): -7917260 or 3420551. OLE color: 3420551.

HSL color Cylindrical-coordinate representation of color #873134: hue angle of 357.91º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #873134 is Cyan = 0, Magento = 0.64, Yellow = 0.61 and Black (K on CMYK) = 0.47.

Color convert

RGB1354952-
CMYK00.640.610.47
HSL357.91º46.74%36.08%-
HSV(B)357.91º63.7%52.94%-
XYZ11.717.64.1-
YUV75.06114.99170.76-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 57.20%
GREEN value IS 49 (19.53% from 255) = 20.76%
BLUE value IS 52 (20.70% from 255) = 22.03%
R=57.20%
G=20.76%
B=22.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.61
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135495200.640.610.47357.9146.7436.08
Hex8731340403D2F1662f24
Octal2076164010075575465744
Binary1000011111000111010001000000111101101111101100110101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #873134; }

 p { color: rgb(135,49,52); }

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

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

 a { background-color: rgb(135,49,52); }

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

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

 span { border-color: rgb(135,49,52); }

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