#873738

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

Shades of Old Brick #873738

Tints of Old Brick #873738

Color information

#873738 (or 0x873738) is unknown color: approx Old Brick. HEX triplet: 87, 37 and 38. RGB value is (135,55,56). Sum of RGB (Red+Green+Blue) = 135+55+56=246 (32% of max value = 765). Red value is 135 (53.12% from 255 or 54.88% from 246); Green value is 55 (21.88% from 255 or 22.36% from 246); Blue value is 56 (22.27% from 255 or 22.76% from 246); Max value from RGB is 135 - color contains mainly: red. Hex color #873738 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873738 is #78C8C7. Grayscale: #4F4F4F. Windows color (decimal): -7915720 or 3684231. OLE color: 3684231.

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

Color convert

RGB1355556-
CMYK00.590.590.47
HSL359.25º42.11%37.25%-
HSV(B)359.25º59.26%52.94%-
XYZ12.078.174.68-
YUV79.03115167.92-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 54.88%
GREEN value IS 55 (21.88% from 255) = 22.36%
BLUE value IS 56 (22.27% from 255) = 22.76%
R=54.88%
G=22.36%
B=22.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.59
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135555600.590.590.47359.2542.1137.25
Hex87373803B3B2F1672a25
Octal207677007373575475245
Binary100001111101111110000111011111011101111101100111101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #873738; }

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

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

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

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

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

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

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

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