#863537

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

Shades of Old Brick #863537

Tints of Old Brick #863537

Color information

#863537 (or 0x863537) is unknown color: approx Old Brick. HEX triplet: 86, 35 and 37. RGB value is (134,53,55). Sum of RGB (Red+Green+Blue) = 134+53+55=242 (32% of max value = 765). Red value is 134 (52.73% from 255 or 55.37% from 242); Green value is 53 (21.09% from 255 or 21.90% from 242); Blue value is 55 (21.88% from 255 or 22.73% from 242); Max value from RGB is 134 - color contains mainly: red. Hex color #863537 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863537 is #79CAC8. Grayscale: #4D4D4D. Windows color (decimal): -7981769 or 3618182. OLE color: 3618182.

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

Color convert

RGB1345355-
CMYK00.600.590.47
HSL358.52º43.32%36.67%-
HSV(B)358.52º60.45%52.55%-
XYZ11.797.894.52-
YUV77.45115.34168.34-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 55.37%
GREEN value IS 53 (21.09% from 255) = 21.90%
BLUE value IS 55 (21.88% from 255) = 22.73%
R=55.37%
G=21.90%
B=22.73%

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
Decimal134535500.600.590.47358.5243.3236.67
Hex86353703C3B2F1672b25
Octal206656707473575475345
Binary100001101101011101110111100111011101111101100111101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863537; }

 p { color: rgb(134,53,55); }

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

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

 a { background-color: rgb(134,53,55); }

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

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

 span { border-color: rgb(134,53,55); }

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