#86353A

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

Shades of Old Brick #86353A

Tints of Old Brick #86353A

Color information

#86353A (or 0x86353A) is unknown color: approx Old Brick. HEX triplet: 86, 35 and 3A. RGB value is (134,53,58). Sum of RGB (Red+Green+Blue) = 134+53+58=245 (32% of max value = 765). Red value is 134 (52.73% from 255 or 54.69% from 245); Green value is 53 (21.09% from 255 or 21.63% from 245); Blue value is 58 (23.05% from 255 or 23.67% from 245); Max value from RGB is 134 - color contains mainly: red. Hex color #86353A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86353A is #79CAC5. Grayscale: #4D4D4D. Windows color (decimal): -7981766 or 3814790. OLE color: 3814790.

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

Color convert

RGB1345358-
CMYK00.600.570.47
HSL356.3º43.32%36.67%-
HSV(B)356.3º60.45%52.55%-
XYZ11.877.924.91-
YUV77.79116.84168.09-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 54.69%
GREEN value IS 53 (21.09% from 255) = 21.63%
BLUE value IS 58 (23.05% from 255) = 23.67%
R=54.69%
G=21.63%
B=23.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.57
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134535800.600.570.47356.343.3236.67
Hex86353A03C392F1642b25
Octal206657207471575445345
Binary100001101101011110100111100111001101111101100100101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86353A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86353A; }

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

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

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

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

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

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

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

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