#873437

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

Shades of Old Brick #873437

Tints of Old Brick #873437

Color information

#873437 (or 0x873437) is unknown color: approx Old Brick. HEX triplet: 87, 34 and 37. RGB value is (135,52,55). Sum of RGB (Red+Green+Blue) = 135+52+55=242 (32% of max value = 765). Red value is 135 (53.12% from 255 or 55.79% from 242); Green value is 52 (20.70% from 255 or 21.49% from 242); Blue value is 55 (21.88% from 255 or 22.73% from 242); Max value from RGB is 135 - color contains mainly: red. Hex color #873437 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873437 is #78CBC8. Grayscale: #4D4D4D. Windows color (decimal): -7916489 or 3617927. OLE color: 3617927.

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

Color convert

RGB1355255-
CMYK00.610.590.47
HSL357.83º44.39%36.67%-
HSV(B)357.83º61.48%52.94%-
XYZ11.917.884.51-
YUV77.16115.5169.26-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 55.79%
GREEN value IS 52 (20.70% from 255) = 21.49%
BLUE value IS 55 (21.88% from 255) = 22.73%
R=55.79%
G=21.49%
B=22.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.59
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135525500.610.590.47357.8344.3936.67
Hex87343703D3B2F1662c25
Octal207646707573575465445
Binary100001111101001101110111101111011101111101100110101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873437

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #873437; }

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

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

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

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

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

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

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

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