#86353C

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

Shades of Old Brick #86353C

Tints of Old Brick #86353C

Color information

#86353C (or 0x86353C) is unknown color: approx Old Brick. HEX triplet: 86, 35 and 3C. RGB value is (134,53,60). Sum of RGB (Red+Green+Blue) = 134+53+60=247 (32% of max value = 765). Red value is 134 (52.73% from 255 or 54.25% from 247); Green value is 53 (21.09% from 255 or 21.46% from 247); Blue value is 60 (23.83% from 255 or 24.29% from 247); Max value from RGB is 134 - color contains mainly: red. Hex color #86353C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86353C is #79CAC3. Grayscale: #4E4E4E. Windows color (decimal): -7981764 or 3945862. OLE color: 3945862.

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

Color convert

RGB1345360-
CMYK00.600.550.47
HSL354.81º43.32%36.67%-
HSV(B)354.81º60.45%52.55%-
XYZ11.927.945.18-
YUV78.02117.84167.93-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 54.25%
GREEN value IS 53 (21.09% from 255) = 21.46%
BLUE value IS 60 (23.83% from 255) = 24.29%
R=54.25%
G=21.46%
B=24.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.55
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134536000.600.550.47354.8143.3236.67
Hex86353C03C372F1632b25
Octal206657407467575435345
Binary100001101101011111000111100110111101111101100011101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86353C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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