#86343A

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

Shades of Old Brick #86343A

Tints of Old Brick #86343A

Color information

#86343A (or 0x86343A) is unknown color: approx Old Brick. HEX triplet: 86, 34 and 3A. RGB value is (134,52,58). Sum of RGB (Red+Green+Blue) = 134+52+58=244 (32% of max value = 765). Red value is 134 (52.73% from 255 or 54.92% from 244); Green value is 52 (20.70% from 255 or 21.31% from 244); Blue value is 58 (23.05% from 255 or 23.77% from 244); Max value from RGB is 134 - color contains mainly: red. Hex color #86343A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86343A is #79CBC5. Grayscale: #4D4D4D. Windows color (decimal): -7982022 or 3814534. OLE color: 3814534.

HSL color Cylindrical-coordinate representation of color #86343A: hue angle of 355.61º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #86343A is Cyan = 0, Magento = 0.61, Yellow = 0.57 and Black (K on CMYK) = 0.47.

Color convert

RGB1345258-
CMYK00.610.570.47
HSL355.61º44.09%36.47%-
HSV(B)355.61º61.19%52.55%-
XYZ11.827.834.89-
YUV77.2117.17168.51-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 54.92%
GREEN value IS 52 (20.70% from 255) = 21.31%
BLUE value IS 58 (23.05% from 255) = 23.77%
R=54.92%
G=21.31%
B=23.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.57
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134525800.610.570.47355.6144.0936.47
Hex86343A03D392F1642c24
Octal206647207571575445444
Binary100001101101001110100111101111001101111101100100101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86343A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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