#873538

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

Shades of Old Brick #873538

Tints of Old Brick #873538

Color information

#873538 (or 0x873538) is unknown color: approx Old Brick. HEX triplet: 87, 35 and 38. RGB value is (135,53,56). Sum of RGB (Red+Green+Blue) = 135+53+56=244 (32% of max value = 765). Red value is 135 (53.12% from 255 or 55.33% from 244); Green value is 53 (21.09% from 255 or 21.72% from 244); Blue value is 56 (22.27% from 255 or 22.95% from 244); Max value from RGB is 135 - color contains mainly: red. Hex color #873538 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873538 is #78CAC7. Grayscale: #4D4D4D. Windows color (decimal): -7916232 or 3683719. OLE color: 3683719.

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

Color convert

RGB1355356-
CMYK00.610.590.47
HSL357.8º43.62%36.86%-
HSV(B)357.8º60.74%52.94%-
XYZ11.987.984.65-
YUV77.86115.67168.76-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 55.33%
GREEN value IS 53 (21.09% from 255) = 21.72%
BLUE value IS 56 (22.27% from 255) = 22.95%
R=55.33%
G=21.72%
B=22.95%

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
Decimal135535600.610.590.47357.843.6236.86
Hex87353803D3B2F1662c25
Octal207657007573575465445
Binary100001111101011110000111101111011101111101100110101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #873538; }

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

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

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

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

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

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

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

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