#863536

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

Shades of Old Brick #863536

Tints of Old Brick #863536

Color information

#863536 (or 0x863536) is unknown color: approx Old Brick. HEX triplet: 86, 35 and 36. RGB value is (134,53,54). Sum of RGB (Red+Green+Blue) = 134+53+54=241 (31% of max value = 765). Red value is 134 (52.73% from 255 or 55.60% from 241); Green value is 53 (21.09% from 255 or 21.99% from 241); Blue value is 54 (21.48% from 255 or 22.41% from 241); Max value from RGB is 134 - color contains mainly: red. Hex color #863536 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863536 is #79CAC9. Grayscale: #4D4D4D. Windows color (decimal): -7981770 or 3552646. OLE color: 3552646.

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

Color convert

RGB1345354-
CMYK00.600.600.47
HSL359.26º43.32%36.67%-
HSV(B)359.26º60.45%52.55%-
XYZ11.777.884.39-
YUV77.33114.84168.42-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 55.60%
GREEN value IS 53 (21.09% from 255) = 21.99%
BLUE value IS 54 (21.48% from 255) = 22.41%
R=55.60%
G=21.99%
B=22.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.60
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134535400.600.600.47359.2643.3236.67
Hex86353603C3C2F1672b25
Octal206656607474575475345
Binary100001101101011101100111100111100101111101100111101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863536; }

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

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

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

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

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

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

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

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