#863337

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

Shades of Old Brick #863337

Tints of Old Brick #863337

Color information

#863337 (or 0x863337) is unknown color: approx Old Brick. HEX triplet: 86, 33 and 37. RGB value is (134,51,55). Sum of RGB (Red+Green+Blue) = 134+51+55=240 (31% of max value = 765). Red value is 134 (52.73% from 255 or 55.83% from 240); Green value is 51 (20.31% from 255 or 21.25% from 240); Blue value is 55 (21.88% from 255 or 22.92% from 240); Max value from RGB is 134 - color contains mainly: red. Hex color #863337 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863337 is #79CCC8. Grayscale: #4C4C4C. Windows color (decimal): -7982281 or 3617670. OLE color: 3617670.

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

Color convert

RGB1345155-
CMYK00.620.590.47
HSL357.11º44.86%36.27%-
HSV(B)357.11º61.94%52.55%-
XYZ11.77.714.49-
YUV76.27116169.17-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 55.83%
GREEN value IS 51 (20.31% from 255) = 21.25%
BLUE value IS 55 (21.88% from 255) = 22.92%
R=55.83%
G=21.25%
B=22.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.59
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134515500.620.590.47357.1144.8636.27
Hex86333703E3B2F1652d24
Octal206636707673575455544
Binary100001101100111101110111110111011101111101100101101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863337; }

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

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

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

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

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

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

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

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