#86353B

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

Shades of Old Brick #86353B

Tints of Old Brick #86353B

Color information

#86353B (or 0x86353B) is unknown color: approx Old Brick. HEX triplet: 86, 35 and 3B. RGB value is (134,53,59). Sum of RGB (Red+Green+Blue) = 134+53+59=246 (32% of max value = 765). Red value is 134 (52.73% from 255 or 54.47% from 246); Green value is 53 (21.09% from 255 or 21.54% from 246); Blue value is 59 (23.44% from 255 or 23.98% from 246); Max value from RGB is 134 - color contains mainly: red. Hex color #86353B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86353B is #79CAC4. Grayscale: #4D4D4D. Windows color (decimal): -7981765 or 3880326. OLE color: 3880326.

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

Color convert

RGB1345359-
CMYK00.600.560.47
HSL355.56º43.32%36.67%-
HSV(B)355.56º60.45%52.55%-
XYZ11.897.935.04-
YUV77.9117.34168.01-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 54.47%
GREEN value IS 53 (21.09% from 255) = 21.54%
BLUE value IS 59 (23.44% from 255) = 23.98%
R=54.47%
G=21.54%
B=23.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.56
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134535900.600.560.47355.5643.3236.67
Hex86353B03C382F1642b25
Octal206657307470575445345
Binary100001101101011110110111100111000101111101100100101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86353B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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