#873339

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

Shades of Old Brick #873339

Tints of Old Brick #873339

Color information

#873339 (or 0x873339) is unknown color: approx Old Brick. HEX triplet: 87, 33 and 39. RGB value is (135,51,57). Sum of RGB (Red+Green+Blue) = 135+51+57=243 (32% of max value = 765). Red value is 135 (53.12% from 255 or 55.56% from 243); Green value is 51 (20.31% from 255 or 20.99% from 243); Blue value is 57 (22.66% from 255 or 23.46% from 243); Max value from RGB is 135 - color contains mainly: red. Hex color #873339 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873339 is #78CCC6. Grayscale: #4C4C4C. Windows color (decimal): -7916743 or 3748743. OLE color: 3748743.

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

Color convert

RGB1355157-
CMYK00.620.580.47
HSL355.71º45.16%36.47%-
HSV(B)355.71º62.22%52.94%-
XYZ11.917.814.75-
YUV76.8116.83169.51-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 55.56%
GREEN value IS 51 (20.31% from 255) = 20.99%
BLUE value IS 57 (22.66% from 255) = 23.46%
R=55.56%
G=20.99%
B=23.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.58
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135515700.620.580.47355.7145.1636.47
Hex87333903E3A2F1642d24
Octal207637107672575445544
Binary100001111100111110010111110111010101111101100100101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #873339; }

 p { color: rgb(135,51,57); }

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

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

 a { background-color: rgb(135,51,57); }

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

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

 span { border-color: rgb(135,51,57); }

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