#873638

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

Shades of Old Brick #873638

Tints of Old Brick #873638

Color information

#873638 (or 0x873638) is unknown color: approx Old Brick. HEX triplet: 87, 36 and 38. RGB value is (135,54,56). Sum of RGB (Red+Green+Blue) = 135+54+56=245 (32% of max value = 765). Red value is 135 (53.12% from 255 or 55.10% from 245); Green value is 54 (21.48% from 255 or 22.04% from 245); Blue value is 56 (22.27% from 255 or 22.86% from 245); Max value from RGB is 135 - color contains mainly: red. Hex color #873638 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873638 is #78C9C7. Grayscale: #4E4E4E. Windows color (decimal): -7915976 or 3683975. OLE color: 3683975.

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

Color convert

RGB1355456-
CMYK00.600.590.47
HSL358.52º42.86%37.06%-
HSV(B)358.52º60%52.94%-
XYZ12.028.074.67-
YUV78.45115.34168.34-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 55.10%
GREEN value IS 54 (21.48% from 255) = 22.04%
BLUE value IS 56 (22.27% from 255) = 22.86%
R=55.10%
G=22.04%
B=22.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.59
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135545600.600.590.47358.5242.8637.06
Hex87363803C3B2F1672b25
Octal207667007473575475345
Binary100001111101101110000111100111011101111101100111101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #873638; }

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

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

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

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

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

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

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

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