#863137

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

Shades of Old Brick #863137

Tints of Old Brick #863137

Color information

#863137 (or 0x863137) is unknown color: approx Old Brick. HEX triplet: 86, 31 and 37. RGB value is (134,49,55). Sum of RGB (Red+Green+Blue) = 134+49+55=238 (31% of max value = 765). Red value is 134 (52.73% from 255 or 56.30% from 238); Green value is 49 (19.53% from 255 or 20.59% from 238); Blue value is 55 (21.88% from 255 or 23.11% from 238); Max value from RGB is 134 - color contains mainly: red. Hex color #863137 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863137 is #79CEC8. Grayscale: #4B4B4B. Windows color (decimal): -7982793 or 3617158. OLE color: 3617158.

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

Color convert

RGB1344955-
CMYK00.630.590.47
HSL355.76º46.45%35.88%-
HSV(B)355.76º63.43%52.55%-
XYZ11.627.544.46-
YUV75.1116.66170.01-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 56.30%
GREEN value IS 49 (19.53% from 255) = 20.59%
BLUE value IS 55 (21.88% from 255) = 23.11%
R=56.30%
G=20.59%
B=23.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.59
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134495500.630.590.47355.7646.4535.88
Hex86313703F3B2F1642e24
Octal206616707773575445644
Binary100001101100011101110111111111011101111101100100101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863137; }

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

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

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

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

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

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

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

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