#873034

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

Shades of Old Brick #873034

Tints of Old Brick #873034

Color information

#873034 (or 0x873034) is unknown color: approx Old Brick. HEX triplet: 87, 30 and 34. RGB value is (135,48,52). Sum of RGB (Red+Green+Blue) = 135+48+52=235 (31% of max value = 765). Red value is 135 (53.12% from 255 or 57.45% from 235); Green value is 48 (19.14% from 255 or 20.43% from 235); Blue value is 52 (20.70% from 255 or 22.13% from 235); Max value from RGB is 135 - color contains mainly: red. Hex color #873034 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873034 is #78CFCB. Grayscale: #4A4A4A. Windows color (decimal): -7917516 or 3420295. OLE color: 3420295.

HSL color Cylindrical-coordinate representation of color #873034: hue angle of 357.24º degrees, saturation: 0.48, 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 #873034 is Cyan = 0, Magento = 0.64, Yellow = 0.61 and Black (K on CMYK) = 0.47.

Color convert

RGB1354852-
CMYK00.640.610.47
HSL357.24º47.54%35.88%-
HSV(B)357.24º64.44%52.94%-
XYZ11.677.514.08-
YUV74.47115.32171.17-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 57.45%
GREEN value IS 48 (19.14% from 255) = 20.43%
BLUE value IS 52 (20.70% from 255) = 22.13%
R=57.45%
G=20.43%
B=22.13%

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
Decimal135485200.640.610.47357.2447.5435.88
Hex8730340403D2F1653024
Octal2076064010075575456044
Binary1000011111000011010001000000111101101111101100101110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #873034; }

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

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

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

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

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

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

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

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