#873036

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

Shades of Old Brick #873036

Tints of Old Brick #873036

Color information

#873036 (or 0x873036) is unknown color: approx Old Brick. HEX triplet: 87, 30 and 36. RGB value is (135,48,54). Sum of RGB (Red+Green+Blue) = 135+48+54=237 (31% of max value = 765). Red value is 135 (53.12% from 255 or 56.96% from 237); Green value is 48 (19.14% from 255 or 20.25% from 237); Blue value is 54 (21.48% from 255 or 22.78% from 237); Max value from RGB is 135 - color contains mainly: red. Hex color #873036 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873036 is #78CFC9. Grayscale: #4A4A4A. Windows color (decimal): -7917514 or 3551367. OLE color: 3551367.

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

Color convert

RGB1354854-
CMYK00.640.600.47
HSL355.86º47.54%35.88%-
HSV(B)355.86º64.44%52.94%-
XYZ11.717.534.33-
YUV74.7116.32171.01-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 56.96%
GREEN value IS 48 (19.14% from 255) = 20.25%
BLUE value IS 54 (21.48% from 255) = 22.78%
R=56.96%
G=20.25%
B=22.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.60
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135485400.640.600.47355.8647.5435.88
Hex8730360403C2F1643024
Octal2076066010074575446044
Binary1000011111000011011001000000111100101111101100100110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #873036; }

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

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

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

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

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

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

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

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